numpunct< char > Class Template Reference

template <>
class numpunct< char > : public locale::facet

Inherits from

  • numpunct< char >
Public Member Functions
numpunct ( size_t )
char decimal_point ()
string falsename ()
string grouping ()
char thousands_sep ()
string truename ()
Protected Member Functions
~numpunct ()
_STLP_DECLSPEC char do_decimal_point ()
_STLP_DECLSPEC string do_falsename ()
_STLP_DECLSPEC string do_grouping ()
_STLP_DECLSPEC char do_thousands_sep ()
_STLP_DECLSPEC string do_truename ()
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::facet(size_t)
locale::facet::~facet()
Public Member Type Definitions
typedef char char_type
typedef string string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::id id
Protected Attributes
string _M_falsename
string _M_grouping
string _M_truename

Constructor & Destructor Documentation

numpunct(size_t)

numpunct ( size_t __refs = 0 ) [inline, explicit]

Parameters

size_t __refs = 0

~numpunct()

_STLP_DECLSPEC ~numpunct ( ) [protected]

Member Functions 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]

Member Type Definitions Documentation

Typedef char_type

typedef char char_type

Typedef string_type

typedef string string_type

Member Data Documentation

string _M_falsename

string _M_falsename [protected]

string _M_grouping

string _M_grouping [protected]

string _M_truename

string _M_truename [protected]

_STLP_STATIC_MEMBER_DECLSPEC locale::id id

_STLP_STATIC_MEMBER_DECLSPEC locale::id id [static]