#include <stdapis/stlportv5/stl/_numpunct.h>
| template <> |
| class numpunct_byname< wchar_t > : public numpunct< wchar_t > |
| Public Member Type Definitions | |
|---|---|
| typedef | wchar_t char_type |
| typedef | wstring string_type |
| Public Member Functions | |
|---|---|
| numpunct_byname(const char *, size_t, _Locale_name_hint *) | |
| Protected Member Functions | |
|---|---|
| ~numpunct_byname() | |
| virtual _STLP_DECLSPEC wchar_t | do_decimal_point() |
| virtual _STLP_DECLSPEC string | do_grouping() |
| virtual _STLP_DECLSPEC wchar_t | do_thousands_sep() |
| Inherited Attributes | |
|---|---|
| numpunct< wchar_t >::_M_falsename | |
| numpunct< wchar_t >::_M_grouping | |
| numpunct< wchar_t >::_M_truename | |
| numpunct< wchar_t >::id | |
| typedef wchar_t | char_type |
| typedef wstring | string_type |
| _STLP_DECLSPEC | numpunct_byname | ( | const char * | __name, |
| size_t | __refs = 0, | |||
| _Locale_name_hint * | __hint = 0 | |||
| ) | [explicit] | |||
| _STLP_DECLSPEC | ~numpunct_byname | ( | ) | [protected] |
| _STLP_DECLSPEC wchar_t | do_decimal_point | ( | ) | const [protected, virtual] |
Reimplemented from numpunct< wchar_t >::do_decimal_point()const
| _STLP_DECLSPEC string | do_grouping | ( | ) | const [protected, virtual] |
Reimplemented from numpunct< wchar_t >::do_grouping()const
| _STLP_DECLSPEC wchar_t | do_thousands_sep | ( | ) | const [protected, virtual] |
Reimplemented from numpunct< wchar_t >::do_thousands_sep()const