Ada Programming/Libraries/Ada.Containers

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

This language feature is only available in Ada 2005.

Contents


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;

[edit] See also

[edit] Wikibook

[edit] Ada Reference Manual

[edit] External links

Personal tools