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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,12af967e1e23da61 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Attribute Definitions and other questions Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <000201c53293$f0e4b970$0401a8c0@thinkpad> Date: Wed, 13 Apr 2005 09:26:04 +0200 Message-ID: <1bbe46f3in443.1e5y5jsj16lu1$.dlg@40tude.net> NNTP-Posting-Date: 13 Apr 2005 09:25:49 MEST NNTP-Posting-Host: fe7ae330.newsread2.arcor-online.net X-Trace: DXC=cg37ZP07GJIeoBec=`Q1lFQ5U85hF6f;DjW\KbG]kaMH]kI_X=5KeaF4kXhVRfXV3G[6LHn;2LCVN7enW;^6ZC`D<=9bOTW=MNN X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:10408 Date: 2005-04-13T09:25:49+02:00 List-Id: On Tue, 12 Apr 2005 08:49:43 +0200, Duncan Sands wrote: >> Let's say I have a tagged type T. >> >> type T is tagged ... >> >> 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 X'Access, with a note that tagged types are by-reference ones, which ensures that different instances are distinguishable. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de