comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam@spam.com>
Subject: Re: Attribute Definitions and other questions
Date: Tue, 12 Apr 2005 18:40:38 GMT
Date: 2005-04-12T18:40:38+00:00	[thread overview]
Message-ID: <GCU6e.4872$An2.4128@newsread2.news.pas.earthlink.net> (raw)
In-Reply-To: <mailman.12.1113321710.24457.comp.lang.ada@ada-france.org>

Duncan Sands wrote:
>>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

T is a type. 'Address is meaningless for it.

Var1 and Var2 are distinguished by having different names, but you can 
also look at 'Tag (for tagged types only).

-- 
Jeff Carter
"Pray that there's intelligent life somewhere up in
space, 'cause there's bugger all down here on earth."
Monty Python's Meaning of Life
61



  reply	other threads:[~2005-04-12 18:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <000201c53293$f0e4b970$0401a8c0@thinkpad>
2005-04-12  6:49 ` Attribute Definitions and other questions Duncan Sands
2005-04-12 18:40   ` Jeffrey Carter [this message]
2005-04-13  7:26   ` Dmitry A. Kazakov
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox