moneypunct Class Reference
#include
<stdapis/stlport/stl/_monetary.h>
class moneypunct : public locale::facet |
Member Type Definition Documentation
Member Attribute Documentation
_M_group
string
| _M_group | [protected, static] |
_M_neg_format
pattern | _M_neg_format | [protected] |
_M_pos_format
pattern | _M_pos_format | [protected] |
Member Function Documentation
_STLP_PSPEC2 ( _CharT, _International )
moneypunct
| _STLP_PSPEC2 | ( | _CharT | , |
| _International | |
| ) | [inline, pure virtual, explicit] |
_STLP_PSPEC2 ( char, true )
~moneypunct | _STLP_PSPEC2 | ( | char | , |
| true | |
| ) | [protected, inline] |
decimal_point ( )
_CharT | decimal_point | ( | ) | const [inline] |
do_curr_symbol ( )
basic_string< _CharT > | do_curr_symbol | ( | ) | const [protected, virtual] |
do_decimal_point ( )
_CharT | do_decimal_point | ( | ) | const [protected, virtual] |
do_frac_digits ( )
int | do_frac_digits | ( | ) | const [protected, virtual] |
do_grouping ( )
string
| do_grouping | ( | ) | const [protected, virtual] |
do_neg_format ( )
pattern | do_neg_format | ( | ) | const [protected, virtual] |
do_negative_sign ( )
basic_string< _CharT > | do_negative_sign | ( | ) | const [protected, virtual] |
do_pos_format ( )
pattern | do_pos_format | ( | ) | const [protected, virtual] |
do_positive_sign ( )
basic_string< _CharT > | do_positive_sign | ( | ) | const [protected, virtual] |
do_thousands_sep ( )
_CharT | do_thousands_sep | ( | ) | const [protected, virtual] |
frac_digits ( )
int | frac_digits | ( | ) | const [inline] |
grouping ( )
string
| grouping | ( | ) | const [inline] |
neg_format ( )
pattern | neg_format | ( | ) | const [inline] |
pos_format ( )
pattern | pos_format | ( | ) | const [inline] |
thousands_sep ( )
_CharT | thousands_sep | ( | ) | const [inline] |