next up previous contents index
Weiter: Das Paket Ada.Strings.Maps Hinauf: A.2 Das Paket Zurück: Das Paket Ada.Characters.Latin_1

A.2.2 Das Paket Ada.Strings


package Ada.Strings is
pragma Pure(Strings);


Space : constant Character := ' ';
Wide_Space : constant Wide_Character := ' ';
Length_Error, Pattern_Error, Index_Error, Translation_Error : exception;

type Alignment is (Left, Right, Center);
type Truncation is (Left, Right, Error);
type Membership is (Inside, Outside);
type Direction is (Forward, Backward);

type Trim_End is (Left, Right, Both);

end Ada.Strings;





Johann Blieberger
Wed Feb 11 09:58:52 MET 1998