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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a81d7835683dac7b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-09 09:58:12 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Bases 1.52 Date: Tue, 09 Sep 2003 18:37:40 +0200 Organization: AdaCL Message-ID: <4060780.x1l89WMggb@linux1.krischik.com> References: <4a4de33a.0309021059.53f71234@posting.google.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1063126612 03 12427 XtLPVLTbSdA1xx 030909 16:56:52 X-Complaints-To: usenet-abuse@t-online.de X-ID: VTZ5u0ZE8e3XKs3G6pX0sPGw8c7W7qVTw+WUsz6yql616SDgKEchQe User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:42321 Date: 2003-09-09T18:37:40+02:00 List-Id: Bases 1.52 51 This parameter shall have the signature type Element (<>) is private; Why restrict to just one signature? I have made very good experiences with containers based on: type Item (<>) is abstract tagged private; This frees my applications from using heap memory when I need to store Item'Class instances. Well of course, heap memory is then used inside the container. But there its use is localized there and far easier to manage. For examples see: http://adacl.sourceforge.net/html/files/B.htm especialy: http://adacl.sourceforge.net/html/______Include__bc-support-tagged_reference__ads.htm http://adacl.sourceforge.net/html/______Include__bc-support-tagged_reference__adb.htm With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com