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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.144.165 with SMTP id sn5mr4713691pab.0.1438377233288; Fri, 31 Jul 2015 14:13:53 -0700 (PDT) X-Received: by 10.50.253.5 with SMTP id zw5mr82628igc.9.1438377233215; Fri, 31 Jul 2015 14:13:53 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!pg9no5848475igb.0!news-out.google.com!jg5ni101igb.0!nntp.google.com!f3no5614779igg.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 31 Jul 2015 14:13:52 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=199.233.58.128; posting-account=na4ffAoAAAA_SWqdQAPM6IOxFvGnuq-8 NNTP-Posting-Host: 199.233.58.128 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <790f92b6-56fc-4dfb-81c7-39b11a1b9ae0@googlegroups.com> Subject: container of a container... From: Hedley Rainnie Injection-Date: Fri, 31 Jul 2015 21:13:53 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27282 Date: 2015-07-31T14:13:52-07:00 List-Id: Is it possible to code that? I am coming from the C++ STL world where, it relatively easy to put that together. (a vector of lists as an example). There are many wonderful examples for Ada containers (stacks etc). But I have not seen any container[container[...]..] examples. Being new to Ada, I am sure I have missed something obvious...