Ada Programming/Libraries/Ada

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents


The Ada package is only an anchor or namespace for Ada's standard library. Most compilers will not allow you to add new packages to the Ada hierarchy and even if your compiler allows it you should not do so since all package names starting with Ada. are reserved for future extensions.

[edit] List of language defined child units

The following library units (packages and generic subprograms) are descendents of the package Ada.

Ada 2005 
This package is proposed for the Ada 2005 standard.

[edit] A – C

[edit] D – F

[edit] G – R

[edit] R – S

[edit] T – U

[edit] W – Z

[edit] List of implementation defined child units

The Reference Manual allows compiler vendors to add extensions to the Standard Libraries. However, these extensions cannot be directly childs of the package Ada, only grandchilds -- for example Ada.Characters.Latin_9.

Currently, there are only listed the implementation defined attributes of the GNAT compiler. You can help Wikibooks adding implementation dependent attributes of other compilers:

GNAT 
Extended package implemented by GNAT.
ObjectAda 
Extended package implemented by ObjectAda.
APEX 
Extended package implemented by IBM/Rational APEX.

[edit] A – K

[edit] L – Q

[edit] R – Z

[edit] See also

[edit] Wikibook

[edit] Ada Reference Manual

A.2 The Package Ada (Annotated)

Personal tools