Ada Programming/Libraries/Container
From Wikibooks, open books for an open world
Contents |
The following Libraries help you in store an manage object 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 in Ada 2005.