From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fe3c0be7cdbdeea3 X-Google-Attributes: gid103376,public From: dennison@telepath.com Subject: Re: Definition of "aliased" Date: 1998/10/27 Message-ID: <714ll9$ft8$1@nnrp1.dejanews.com>#1/1 X-Deja-AN: 405549885 References: <7127j9$h36$1@nnrp1.dejanews.com> X-Http-Proxy: 1.0 x9.dejanews.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja News - The Leader in Internet Discussion X-Article-Creation-Date: Tue Oct 27 14:34:16 1998 GMT Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.05 [en] (WinNT; I) Date: 1998-10-27T00:00:00+00:00 List-Id: In article , Matthew Heaney wrote: > dennison@telepath.com writes: > > > In article , > > Matthew Heaney wrote: > > > > > package P is > > > type T is tagged limited private; > > > private > > > function Op (O : access T) return Integer; > > > type T is > > > tagged limited record > > > I : Integer := Op (T'Access); > > Hmmm. Doesn't this -----------^ have to be an object or > > subprogram? It appears to be a type. > > It _is_ an object. Used this way, T'Access denotes the "current > instance." > > Cool! I don't suppose that trick works for tasks as well? Being able to display Task_Type'Storage_Size would sure be handy inside of a Storage_Error exception handler... -- T.E.D. -----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own