Ada Programming/Libraries/Container


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

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

Ada.Containers
The standard container library, included in the language since Ada 2005 and updated for Ada 2012 and 2022.
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
Stephe's Ada Library
Dynamic arrays, lists, trees

See also

Wikibook

Ada Reference Manual

Category:Book:Ada Programming#Container
Category:Book:Ada Programming