< Ada Programming < Libraries

Ada. Time-tested, safe and secure.

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.
(Ada 20012) 
This package is available since Ada 2012.

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 children of the package Ada, only grandchildren—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

  • Ada.Characters.Latin_9 (GNAT)
  • Ada.Characters.Wide_Latin_1 (GNAT)
  • Ada.Characters.Wide_Latin_9 (GNAT)
  • Ada.Characters.Wide_Wide_Latin_1 (GNAT)
  • Ada.Characters.Wide_Wide_Latin_9 (GNAT)
  • Ada.Command_Line.Environment (GNAT)
  • Ada.Command_Line.Remove (GNAT)
  • Ada.Direct_IO.C_Streams (GNAT)
  • Ada.Exceptions.Is_Null_Occurrence (GNAT child function)
  • Ada.Exceptions.Traceback (GNAT)

L Q

  • Ada.Long_Float_Text_IO (GNAT)
  • Ada.Long_Float_Wide_Text_IO (GNAT)
  • Ada.Long_Integer_Text_IO (GNAT)
  • Ada.Long_Integer_Wide_Text_IO (GNAT)
  • Ada.Long_Long_Float_Text_IO (GNAT)
  • Ada.Long_Long_Float_Wide_Text_IO (GNAT)
  • Ada.Long_Long_Integer_Text_IO (GNAT)
  • Ada.Long_Long_Integer_Wide_Text_IO (GNAT)
  • Ada.Numerics.Long_Complex_Elementary_Functions (GNAT)
  • Ada.Numerics.Long_Complex_Types (GNAT)
  • Ada.Numerics.Long_Elementary_Functions (GNAT)
  • Ada.Numerics.Long_Long_Complex_Elementary_Functions (GNAT)
  • Ada.Numerics.Long_Long_Complex_Types (GNAT)
  • Ada.Numerics.Long_Long_Elementary_Functions (GNAT)
  • Ada.Numerics.Short_Complex_Elementary_Functions (GNAT)
  • Ada.Numerics.Short_Complex_Types (GNAT)
  • Ada.Numerics.Short_Elementary_Functions (GNAT)

R Z

  • Ada.Sequential_IO.C_Streams (GNAT)
  • Ada.Short_Float_Text_IO (GNAT)
  • Ada.Short_Float_Wide_Text_IO (GNAT)
  • Ada.Short_Integer_Text_IO (GNAT)
  • Ada.Short_Integer_Wide_Text_IO (GNAT)
  • Ada.Short_Short_Integer_Text_IO (GNAT)
  • Ada.Short_Short_Integer_Wide_Text_IO (GNAT)
  • Ada.Streams.Stream_IO.C_Streams (GNAT)
  • Ada.Strings.Unbounded.Text_IO (GNAT)
  • Ada.Strings.Wide_Unbounded.Wide_Text_IO (GNAT)
  • Ada.Strings.Wide_Wide_Unbounded.Wide_Wide_Text_IO (GNAT)
  • Ada.Text_IO.C_Streams (GNAT)
  • Ada.Wide_Text_IO.C_Streams (GNAT)
  • Ada.Wide_Wide_Text_IO.C_Streams (GNAT)

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.