Re: Attribute Definitions and other questions
- From: Duncan Sands <baldrick@xxxxxxx>
- Date: Tue, 12 Apr 2005 08:49:43 +0200
> Let's say I have a tagged type T.
>
> type T is tagged ...
> <blah>
> end T;
>
> Later I declared some variables of type T.
> var1: T;
> var2: T;
>
> what attribute distinguishes the different "instances" of T (var1 and var2)?
T'Address
D.
.
- Follow-Ups:
- Re: Attribute Definitions and other questions
- From: Dmitry A. Kazakov
- Re: Attribute Definitions and other questions
- From: Jeffrey Carter
- Re: Attribute Definitions and other questions
- Prev by Date: Re: Class hierarchy of exceptions (Ada, C++)
- Next by Date: Re: Contract checking in Ada
- Previous by thread: Re: Class hierarchy of exceptions (Ada, C++)
- Next by thread: Re: Attribute Definitions and other questions
- Index(es):
Relevant Pages
|