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,8fd45d32d7c94df3 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!volia.net!news2.volia.net!feed-A.news.volia.net!news.musoftware.de!wum.musoftware.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: User Defined Storage Pool : did you ever experiment with it ? Followup-To: comp.lang.ada Date: Tue, 08 Feb 2011 10:08:32 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Tue, 8 Feb 2011 09:08:43 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="w8g++bW4v3KH0+SqtoCNSw"; logging-data="21936"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18yJSJL+aFNhh5wWkd2ku09" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:7NjTOjWCnSf9rwys6Gg3Y9cSGf8= Xref: g2news1.google.com comp.lang.ada:16966 Date: 2011-02-08T10:08:32+01:00 List-Id: Randy Brukardt wrote: > Combined with the indexing aspect, you'll be able to write something like: > > Foo(1).Bar := 10; > > For a vector container Foo whose elements are a record type with a > component Bar. And even: > > Text_Map ("Ada").Count := 1; > > For an indefinite map. Mewants to cry in happiness...