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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,52d73309a1322d28 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-05 12:27:25 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!eusc.inter.net!news.eusc.inter.net!boavista.snafu.de!news From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: Q:Usage of storage Pools Date: Mon, 02 Jun 2003 21:28:45 +0200 Organization: [Posted via] Inter.net Germany GmbH Message-ID: References: <1kkoq-2ka.ln1@boavista.snafu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.eusc.inter.net 1054841245 27781 213.73.70.105 (5 Jun 2003 19:27:25 GMT) X-Complaints-To: abuse@eusc.inter.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: Xref: archiver1.google.com comp.lang.ada:38730 Date: 2003-06-02T21:28:45+02:00 List-Id: Simon Wright wrote: > Michael Erdmann writes: > > >>Since the pool knows the sturcture of the objects to be stored there >>he is able to derefernce the pointers like Next when wiriting it >>into a file. > > > This is a very clever pool! I will publish the software after it has been tested. > > The BCs do this by passing the pool as a generic parameter: > > generic > Storage : in out System.Storage_Pools.Root_Storage_Pool'Class; > package BC.Containers.Collections.Unbounded is