AUnit

More...

Entities

Simple types

Status

Access types

Message_String
Test_String

Subprograms

Format
Message_Alloc
Message_Free

Description

Status [source]

40 type Status is (Success, Failure);
Success
Failure

Message_String [source]

36 type Message_String is access String;

Test_String [source]

38 subtype Test_String is Message_String;

Format [source]

44 function Format (S : String) return Message_String;
S of type String
Return value

Message_Alloc [source]

45 function Message_Alloc (Length : Natural) return Message_String;
Length of type Natural
Return value

Message_Free [source]

46 procedure Message_Free (Msg : in out Message_String);
Msg of type AUnit.Message_String