Ada Programming/Libraries/Container

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

The following Libraries help you store and manage objects inside container classes:

Booch Components
the most complete of all container class libraries (at least when used with AdaCL, Ada Class Library).
AdaCL, Ada Class Library
A Booch Components extension pack for storing indefinite objects.
Charles
Build on the C++ STL and therefore very easy to learn for C++ developers.
AI302
Proof of concept for Ada.Containers
Ada.Containers
This language feature is only available from Ada 2005 on.
Stephe's Ada Library
dynamic arrays, lists, trees

See also[edit | edit source]

Wikibook[edit | edit source]

Ada Reference Manual[edit | edit source]