Go to the first, previous, next, last section, table of contents.
-
Packages are program units that allow the specification of groups of
logically related entities. Typically, a package contains the
declaration of a type (often a private type or private extension) along
with the declarations of primitive subprograms of the type, which can be
called from outside the package, while their inner workings remain
hidden from outside users.
- 7.1: Package Specifications and Declarations
- 7.2: Package Bodies
- 7.3: Private Types and Private Extensions
- 7.4: Deferred Constants
- 7.5: Limited Types
- 7.6: User-Defined Assignment and Finalization
-- The Detailed Node Listing ---
- 7.1: Package Specifications and Declarations
- 7.2: Package Bodies
- 7.3: Private Types and Private Extensions
- 7.3.1: Private Operations
- 7.4: Deferred Constants
- 7.5: Limited Types
- 7.6: User-Defined Assignment and Finalization
- 7.6.1: Completion and Finalization
Go to the first, previous, next, last section, table of contents.