

Public Types | |
| typedef CharT | char_type |
| typedef basic_string< CharT > | string_type |
| enum | part |
Public Member Functions | |
| moneypunct_byname (const char *s, size_t __refs=0) | |
| char_type | decimal_point () const |
| char_type | thousands_sep () const |
| string | grouping () const |
| string_type | curr_symbol () const |
| string_type | positive_sign () const |
| string_type | negative_sign () const |
| int | frac_digits () const |
| pattern | pos_format () const |
| pattern | neg_format () const |
Static Public Attributes | |
| static const bool | intl |
| static locale::id | id |
| static const pattern | S_default_pattern |
Protected Member Functions | |
| virtual | ~moneypunct_byname () |
| virtual char_type | do_decimal_point () const |
| virtual char_type | do_thousands_sep () const |
| virtual string | do_grouping () const |
| virtual string_type | do_curr_symbol () const |
| virtual string_type | do_positive_sign () const |
| virtual string_type | do_negative_sign () const |
| virtual int | do_frac_digits () const |
| virtual pattern | do_pos_format () const |
| virtual pattern | do_neg_format () const |
Static Protected Attributes | |
| static c_locale | S_c_locale |
| static char | S_c_name [2] |
Private Attributes | |
| c_locale | M_c_locale_moneypunct |
Friends | |
| class | locale::Impl |
Definition at line 1646 of file locale_facets.h.
1.4.7