Index

Package: Allegro_Ids

Description

package Allegro_Ids is

Types

AL_ID

type AL_ID is private;

Constants & Global variables

AL_ID_NONE (AL_ID)

AL_ID_NONE : constant AL_ID;

Subprograms & Entries

To_AL_ID

function To_AL_ID
( a, b, c, d: Character ) return AL_ID;

To_AL_ID

function To_AL_ID
( n: Unsigned_32 ) return AL_ID;

To_String

function To_String
( id: AL_ID ) return String;