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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c0d4e990924eb044 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.posted.plusnet!news.posted.plusnet.POSTED!not-for-mail NNTP-Posting-Date: Thu, 12 Mar 2009 08:24:55 -0500 Date: Thu, 12 Mar 2009 13:24:52 +0000 From: Tim Rowe User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Newbie question -- dereferencing access References: <15ae052a-ce4e-4c19-922e-0704bf0b4a3f@e38g2000yqa.googlegroups.com> In-Reply-To: <15ae052a-ce4e-4c19-922e-0704bf0b4a3f@e38g2000yqa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-z4FquNCsOQliAJMLrgeMXdIOhW+jIhlyPCs+5hLNpIqVufEWXEO7dKu29rHjkz9lU6EkZ46tGEGM2tq!Q3XUSGafKZG+7ZNBNP90FC2/YhJ+m6LM/9W6QALD9nVsAMGvPLUuw+LjcxRo7f4HKKg/unoF2fPc!QhtXP++mJgMk X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news2.google.com comp.lang.ada:5040 Date: 2009-03-12T13:24:52+00:00 List-Id: Ludovic Brenta wrote: > The Ada Programing wikibook has received a lot of praise and has a > complete chapter discussing access types: > > http://en.wikibooks.org/wiki/Ada_Programming/Types/access I'd looked at that. It looks as if it will be an invaluable reference once I know the language, but I don't see it as a tutorial. For example, on the page you reference, where does it explain what .all means? Where does it say that .all dereferences the access type? Presumably being a wikibook I could edit it, but I don't know enough about the language to do that and get it right. I've raised it on the comments page. > See also the books and tutorials listed at http://www.adaic.com/learn/index.html Ah, now /that/ looks promising! Thanks.