class FMT
Public
Readable Attributes
attr str : STR ;
****
the result of formatting!
Features
create(
.. Included as create
create(
.. Included as create
create(
.. Included as create
create(
.. Included as create
create(
.. Included as create
create(
.. Included as create
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,
descriptor_scan(
.. Included as descriptor_scan
do_fmt(
.. Included as do_fmt
init(
parse(
.. Included as parse
render(
.. Included as render
shared report : REPORTER ;
shared report : REPORTER ;
attr str : STR ;
****
the result of formatting!
The Sather Home Page