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