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