class FMT


Flattened version is here



Public


Readable Attributes
attr str : STR ;
**** the result of formatting!

Features


Private

Decimal_First, Already_Anchored, Unexpected_Sign, Unexpected_Caret,
Decimal_First, Already_Anchored, Unexpected_Sign, Unexpected_Caret,
Dummy, Normal_State, Percent_State, Format_State, Escape_State ;
Dummy, Normal_State, Percent_State, Format_State, Escape_State ;
Unexpected_Decimal, Unknown_Char, Filler_Already, Escapes_at_End ;
Unexpected_Decimal, Unknown_Char, Filler_Already, Escapes_at_End ;
Dummy, Normal_State, Percent_State, Format_State, Escape_State ;
Illegal_Arg_No, Wrong_Type, Impossible_Happened, Unexpected_End,
Illegal_Arg_No, Wrong_Type, Impossible_Happened, Unexpected_End,
shared Messages : ARRAY{STR} ;
shared Messages : ARRAY{STR} ;
const Msg_Count : CARD := Escapes_at_End + 1 ;
Dummy, Normal_State, Percent_State, Format_State, Escape_State ;
Dummy, Normal_State, Percent_State, Format_State, Escape_State ;
Decimal_First, Already_Anchored, Unexpected_Sign, Unexpected_Caret,
Unexpected_Decimal, Unknown_Char, Filler_Already, Escapes_at_End ;
Illegal_Arg_No, Wrong_Type, Impossible_Happened, Unexpected_End,
Decimal_First, Already_Anchored, Unexpected_Sign, Unexpected_Caret,
Unexpected_Decimal, Unknown_Char, Filler_Already, Escapes_at_End ;
Illegal_Arg_No, Wrong_Type, Impossible_Happened, Unexpected_End,
init(
shared report : REPORTER ;
shared report : REPORTER ;
attr str : STR ;
**** the result of formatting!

The Sather Home Page