< Ada Programming < Libraries

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

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

Wikibook

External examples

Ada Reference Manual

Ada 2005

Ada 2012

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.