class MONEY_FMT < $BINARY |
---|
$BINARY |
attr currency_symbol : CODE_STR ; |
---|
attr negative_sign : CHAR_CODE ; |
---|
attr num_fmt : NUMBER_FMT ; |
---|
attr positive_sign : CHAR_CODE ; |
---|
binstr : BINSTR .. Included as binstr |
---|
build( .. Included as build |
---|
build( .. Included as build |
---|
create( .. Included as create |
---|
fmt( .. Included as fmt |
---|
read( .. Included as read |
---|
write( .. Included as write |
---|