#include <cxxtools/facets.h>
Public Types | |
| typedef cxxtools::Char | char_type |
|
typedef basic_string < cxxtools::Char > | string_type |
Public Member Functions | |
| virtual locale::id & | __get_id (void) const |
| numpunct (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 |