numpunct< char > Class Template Reference

#include <stdapis/stlportv5/stl/_numpunct.h>

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

Inherits from

Public Member Type Definitions
typedefchar char_type
typedef string string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Protected Attributes
string _M_falsename
string _M_grouping
string _M_truename
Public Member Functions
numpunct(size_t)
chardecimal_point()
string falsename()
string grouping()
charthousands_sep()
string truename()
Protected Member Functions
~numpunct()
virtual _STLP_DECLSPEC chardo_decimal_point()
virtual _STLP_DECLSPEC stringdo_falsename()
virtual _STLP_DECLSPEC stringdo_grouping()
virtual _STLP_DECLSPEC chardo_thousands_sep()
virtual _STLP_DECLSPEC stringdo_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()

Member Type Definition Documentation

Typedef char_type

typedef charchar_type

Typedef string_type

typedef string string_type

Member Attribute Documentation

_M_falsename

string _M_falsename[protected]

_M_grouping

string _M_grouping[protected]

_M_truename

string _M_truename[protected]

id

_STLP_STATIC_MEMBER_DECLSPEC locale::idid[static]

Constructor & Destructor Documentation

numpunct ( size_t )

numpunct(size_t__refs = 0)[inline, explicit]

~numpunct ( )

_STLP_DECLSPEC~numpunct()[protected]

Member Function Documentation

decimal_point ( )

chardecimal_point()const [inline]

do_decimal_point ( )

_STLP_DECLSPEC chardo_decimal_point()const [protected, virtual]

do_falsename ( )

_STLP_DECLSPEC stringdo_falsename()const [protected, virtual]

do_grouping ( )

_STLP_DECLSPEC stringdo_grouping()const [protected, virtual]

do_thousands_sep ( )

_STLP_DECLSPEC chardo_thousands_sep()const [protected, virtual]

do_truename ( )

_STLP_DECLSPEC stringdo_truename()const [protected, virtual]

falsename ( )

string falsename()const [inline]

grouping ( )

string grouping()const [inline]

thousands_sep ( )

charthousands_sep()const [inline]

truename ( )

string truename()const [inline]