

Public Types | |
| typedef CharT | char_type |
| typedef basic_string< CharT > | string_type |
Public Member Functions | |
| numpunct (size_t __refs=0) | |
| numpunct (c_locale cloc, size_t __refs=0) | |
| char_type | decimal_point () const |
| char_type | thousands_sep () const |
| string | grouping () const |
| string_type | truename () const |
| string_type | falsename () const |
Static Public Attributes | |
| static locale::id | id |
Protected Member Functions | |
| virtual char_type | do_decimal_point () const |
| virtual char_type | do_thousands_sep () const |
| virtual string | do_grouping () const |
| virtual string_type | do_truename () const |
| virtual string_type | do_falsename () const |
Static Protected Attributes | |
| static c_locale | S_c_locale |
| static char | S_c_name [2] |
Private Attributes | |
| char_type | M_decimal_point |
| char_type | M_thousands_sep |
| const char * | M_grouping |
| const char_type * | M_truename |
| const char_type * | M_falsename |
Friends | |
| class | __locale_cache< numpunct< CharT > > |
| class | locale::Impl |
Definition at line 587 of file locale_facets.h.
1.4.7