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,b92d348fc0f19314,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-18 08:16:47 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada Subject: Re: [ANNOUNCE] Heterogeneous Doubly Linked List Date: Wed, 18 Sep 2002 11:15:16 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3c981b4d$1_1@news.tm.net.my> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:29113 Date: 2002-09-18T11:15:16-04:00 List-Id: "Adrian Hoe" wrote in message news:3c981b4d$1_1@news.tm.net.my... The Charles container library also has lists (both singly- and doubly-linked), for homogeneous elements. http://home.earthlink.net/~matthewjheaney/charles-20020918.zip Charles is modeled on the C++ STL. All the containers support both active and passive iteration. Both lists support bidirectional iteration (although for the singly-linked list this isn't terribly efficient, as you might imagine). > There is a nice package of heterogeneous doubly linked list which you > can download from my website. This is a polymorphic doubly linked list > and the code is released under GMGPL. > -- > Remove *nospam* to e-mail me. > -- Adrian Hoe > -- http://adrianhoe.com