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,dbc107ec93ffaf80 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!dedekind.zen.co.uk!zen.net.uk!demorgan.zen.co.uk!194.72.9.35.MISMATCH!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Re: Multilists Date: Wed, 4 Aug 2004 15:18:49 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host81-154-32-239.range81-154.btcentralplus.com X-Trace: titan.btinternet.com 1091632729 15920 81.154.32.239 (4 Aug 2004 15:18:49 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Wed, 4 Aug 2004 15:18:49 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MSMail-Priority: Normal X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Xref: g2news1.google.com comp.lang.ada:2540 Date: 2004-08-04T15:18:49+00:00 List-Id: "Alex Strabismus" wrote in message news:mP4Qc.41048 > Do you have any examples of this -- packages WITH implementation? Is this a > 'multimap' or 'multilist'? Make sure to provide > an example with a RECORD type, as above. I am new to ADA and will not be able > to correlate, say, an example using plain integers. See the 'Charles' container library @ http://charles.tigris.org/ It supports multimaps and multisets.