numpunct_byname Class Reference

class numpunct_byname : public numpunct

Inherits from

Constructor & Destructor Documentation

numpunct_byname(const char *, size_t)

numpunct_byname ( const char * name,
size_t refs = 0
) [explicit]

Parameters

const char * name
size_t refs = 0

~numpunct_byname()

~numpunct_byname ( ) [protected]

Member Functions Documentation

do_decimal_point()

_CharT do_decimal_point ( ) const [protected, virtual]

do_grouping()

string do_grouping ( ) const [protected, virtual]

do_thousands_sep()

_CharT do_thousands_sep ( ) const [protected, virtual]

Member Type Definitions Documentation

Typedef char_type

typedef _CharT char_type

Typedef string_type

typedef basic_string < _CharT > string_type

Member Data Documentation

_Locale_numeric * _M_numeric

_Locale_numeric * _M_numeric [private]