Ada Programming/Libraries/Ada

< Ada Programming < Libraries
Computing » Computer Science » Computer Programming » Ada Programming

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.

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 available since Ada 2005.

A C

D F

G R

R S

T U

W Z

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, only the implementation defined library units of the GNAT compiler are listed here. You can help Wikibooks by adding implementation dependent packages of other compilers:

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

A K

L Q

R Z

See also

Wikibook

Ada Reference Manual

A.2 The Package Ada (Annotated)

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