Ada Programming/Libraries/Container
Appearance
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