Ada Programming/Libraries/Ada.Containers

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.

This language feature is only available from Ada 2005 on.

Ada.Containers is a unit of the Predefined Language Environment since Ada 2005.

Specification

[edit | edit source]

A typical —almost empty— root package. All the interesting stuff happens inside the child packages.

package Ada.Containers is

   pragma Pure (Containers);

   type Hash_Type is mod implementation_defined;

   type Count_Type is range 0 .. implementation_defined;

end Ada.Containers;

See also

[edit | edit source]

Wikibook

[edit | edit source]

External examples

[edit source]

Ada Reference Manual

[edit | edit source]

Ada 2005

[edit | edit source]

Ada 2012

[edit | edit source]
[edit | edit source]