numpunct< char > Class Template Reference

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

Inherits from

  • numpunct< char >
    Public Member Functions
    numpunct(size_t)
    chardecimal_point()
    string falsename()
    string grouping()
    charthousands_sep()
    string truename()
    Protected Member Functions
    ~numpunct()
    _STLP_DECLSPEC chardo_decimal_point()
    _STLP_DECLSPEC stringdo_falsename()
    _STLP_DECLSPEC stringdo_grouping()
    _STLP_DECLSPEC chardo_thousands_sep()
    _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()
    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

    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()

    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]

    Member Type Definitions Documentation

    Typedef char_type

    typedef charchar_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::idid[static]