numpunct< wchar_t > Class Template Reference
#include
<stdapis/stlportv5/stl/_numpunct.h>
Link against: libstdcppv5.lib
template <> |
class numpunct< wchar_t > : public locale::facet |
Member Type Definition Documentation
Typedef string_type
typedef wstring | string_type |
Member Attribute Documentation
_M_falsename
wstring | _M_falsename | [protected] |
_M_truename
wstring | _M_truename | [protected] |
Constructor & Destructor Documentation
numpunct ( size_t )
numpunct | ( | size_t | __refs = 0 | ) | [inline, explicit] |
~numpunct ( )
_STLP_DECLSPEC | ~numpunct | ( | ) | [protected] |
Member Function Documentation
decimal_point ( )
wchar_t | decimal_point | ( | ) | const [inline] |
do_decimal_point ( )
_STLP_DECLSPEC wchar_t | do_decimal_point | ( | ) | const [protected, virtual] |
do_falsename ( )
_STLP_DECLSPEC wstring | do_falsename | ( | ) | const [protected, virtual] |
do_grouping ( )
_STLP_DECLSPEC string | do_grouping | ( | ) | const [protected, virtual] |
do_thousands_sep ( )
_STLP_DECLSPEC wchar_t | do_thousands_sep | ( | ) | const [protected, virtual] |
do_truename ( )
_STLP_DECLSPEC wstring | do_truename | ( | ) | const [protected, virtual] |
falsename ( )
wstring | falsename | ( | ) | const [inline] |
grouping ( )
string
| grouping | ( | ) | const [inline] |
thousands_sep ( )
wchar_t | thousands_sep | ( | ) | const [inline] |
truename ( )
wstring | truename | ( | ) | const [inline] |