Re: Attribute Definitions and other questions



> 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.

.



Relevant Pages

  • Re: PASSING VARIABLES...
    ... input the values for var1 and var2: ... So once the user fills in the form and hits submit, ... Prev by Date: ...
    (php.general)
  • Copy a Structure
    ... How do I copy a contents of a Structure pointer to a Structure ... I want to copy contents of Structure pointed to by Var2 to a Structure var1. ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Copy a Structure
    ... to by var2 into var1. ... How do I copy a contents of a Structure pointer to a Structure ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Attribute Definitions and other questions
    ... >> Let's say I have a tagged type T. ... Dmitry A. Kazakov ... Prev by Date: ...
    (comp.lang.ada)