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,229ea0001655d6a2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!wns14feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Generic Package References: <1177539306.952515.222940@s33g2000prh.googlegroups.com> In-Reply-To: <1177539306.952515.222940@s33g2000prh.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: NNTP-Posting-Host: 12.201.97.213 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1177546029 12.201.97.213 (Thu, 26 Apr 2007 00:07:09 GMT) NNTP-Posting-Date: Thu, 26 Apr 2007 00:07:09 GMT Organization: AT&T ASP.att.net Date: Thu, 26 Apr 2007 00:07:09 GMT Xref: g2news1.google.com comp.lang.ada:15293 Date: 2007-04-26T00:07:09+00:00 List-Id: andrew.carroll@okstate.edu wrote: > Is there a generic "collection" package in the libraries that come > with Ada? For instance if in my design I have an "is a" relationship > like table "is a" _collection_ of something then is there a generic > "collection" package that I could use? I'm not clear what you're after, but have you looked at the set of packages under Ada.Containers? If you're using Ada 95 rather than Ada, you have a number of libraries to choose from, but nothing that is defined by the language. -- Jeff Carter "There's no messiah here. There's a mess all right, but no messiah." Monty Python's Life of Brian 84