#include <locale_facets.h>
Inheritance diagram for std::numpunct:
Public Types | |
typedef _CharT | char_type |
typedef basic_string< _CharT > | string_type |
Public Methods | |
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 | |
locale::id | id |
Protected Methods | |
virtual | ~numpunct () |
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 |
void | _M_initialize_numpunct (__c_locale __cloc=NULL) |
Private Attributes | |
char_type | _M_decimal_point |
char_type | _M_thousands_sep |
string | _M_grouping |
string_type | _M_truename |
string_type | _M_falsename |
|
Reimplemented in std::numpunct_byname< _CharT >. Definition at line 831 of file locale_facets.h. |
|
Reimplemented in std::numpunct_byname< _CharT >. Definition at line 832 of file locale_facets.h. |
|
Definition at line 845 of file locale_facets.h. References std::numpunct< _CharT >::_M_initialize_numpunct(), and std::locale::facet::facet(). |
|
Definition at line 849 of file locale_facets.h. References std::numpunct< _CharT >::_M_initialize_numpunct(), and std::locale::facet::facet(). |
|
Definition at line 874 of file locale_facets.h. |
|
Definition at line 906 of file locale_facets.h. Referenced by std::numpunct< _CharT >::numpunct(), and std::numpunct_byname< _CharT >::numpunct_byname(). |
|
Definition at line 853 of file locale_facets.h. References std::numpunct< _CharT >::do_decimal_point(). Referenced by std::_Format_cache< _CharT >::_M_populate(). |
|
Definition at line 877 of file locale_facets.h. References std::numpunct< _CharT >::_M_decimal_point. Referenced by std::numpunct< _CharT >::decimal_point(). |
|
Definition at line 893 of file locale_facets.h. References std::numpunct< _CharT >::_M_falsename. Referenced by std::numpunct< _CharT >::falsename(). |
|
Definition at line 885 of file locale_facets.h. References std::numpunct< _CharT >::_M_grouping. Referenced by std::numpunct< _CharT >::grouping(). |
|
Definition at line 881 of file locale_facets.h. References std::numpunct< _CharT >::_M_thousands_sep. Referenced by std::numpunct< _CharT >::thousands_sep(). |
|
Definition at line 889 of file locale_facets.h. References std::numpunct< _CharT >::_M_truename. Referenced by std::numpunct< _CharT >::truename(). |
|
Definition at line 869 of file locale_facets.h. References std::numpunct< _CharT >::do_falsename(). Referenced by std::_Format_cache< _CharT >::_M_populate(). |
|
Definition at line 861 of file locale_facets.h. References std::numpunct< _CharT >::do_grouping(). Referenced by std::_Format_cache< _CharT >::_M_populate(). |
|
Definition at line 857 of file locale_facets.h. References std::numpunct< _CharT >::do_thousands_sep(). Referenced by std::_Format_cache< _CharT >::_M_populate(). |
|
Definition at line 865 of file locale_facets.h. References std::numpunct< _CharT >::do_truename(). Referenced by std::_Format_cache< _CharT >::_M_populate(). |
|
Definition at line 837 of file locale_facets.h. Referenced by std::numpunct< _CharT >::do_decimal_point(). |
|
Definition at line 841 of file locale_facets.h. Referenced by std::numpunct< _CharT >::do_falsename(). |
|
Definition at line 839 of file locale_facets.h. Referenced by std::numpunct< _CharT >::do_grouping(). |
|
Definition at line 838 of file locale_facets.h. Referenced by std::numpunct< _CharT >::do_thousands_sep(). |
|
Definition at line 840 of file locale_facets.h. Referenced by std::numpunct< _CharT >::do_truename(). |
|
Definition at line 902 of file locale_facets.h. |