Ada.Containers.Doubly Linked Lists
From AdaDKWiki - an Ada Programming Wiki
Revision as of 11:49, 7 September 2009 by Thomas Løcke (Talk | contribs)
Introduction
One of the major additions to Ada 2005 is the container library. This library enables the Ada developer to manipulate data structures such as doubly linked lists, maps, sets and vectors. This page will show how the Ada.Containers.Doubly_Linked_Lists library work.
Work in progress

