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 Newsgroups: comp.lang.ada Subject: Re: Generic Package References: <1177539306.952515.222940@s33g2000prh.googlegroups.com> From: Markus E Leypold Organization: N/A Date: Thu, 26 Apr 2007 09:46:13 +0200 Message-ID: User-Agent: Some cool user agent (SCUG) Cancel-Lock: sha1:1D+wlMPUBEAaIvy6WYvDgq8bHxM= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 88.72.225.29 X-Trace: news.arcor-ip.de 1177573092 88.72.225.29 (26 Apr 2007 09:38:12 +0200) X-Complaints-To: abuse@arcor-ip.de Path: g2news1.google.com!news3.google.com!out04a.usenetserver.com!news.usenetserver.com!in01.usenetserver.com!news.usenetserver.com!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!newsfeed.arcor-ip.de!news.arcor-ip.de!not-for-mail Xref: g2news1.google.com comp.lang.ada:15332 Date: 2007-04-26T09:46:13+02:00 List-Id: "Jeffrey R. Carter" writes: > 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. There is a port of a version of Ada.Containers to Ada 05 though - not always bug free, but using it promises easy upgrade to Ada 2005. Regards -- Markus