numpunct< wchar_t > Class Template Reference

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

Inherits from

  • numpunct< wchar_t >
    Public Member Functions
    numpunct(size_t)
    _STLP_STATIC_MEMBER_DECLSPEC locale::id &GetFacetLocaleId()
    wchar_tdecimal_point()
    wstring falsename()
    string grouping()
    wchar_tthousands_sep()
    wstring truename()
    Protected Member Functions
    ~numpunct()
    _STLP_DECLSPEC wchar_tdo_decimal_point()
    _STLP_DECLSPEC wstringdo_falsename()
    _STLP_DECLSPEC stringdo_grouping()
    _STLP_DECLSPEC wchar_tdo_thousands_sep()
    _STLP_DECLSPEC wstringdo_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
    typedefwchar_t char_type
    typedef wstring string_type
    Public Attributes
    locale::id id
    Protected Attributes
    wstring _M_falsename
    string _M_grouping
    wstring _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

    GetFacetLocaleId()

    _STLP_STATIC_MEMBER_DECLSPEC locale::id &GetFacetLocaleId()[static]

    decimal_point()

    wchar_tdecimal_point()const [inline]

    do_decimal_point()

    _STLP_DECLSPEC wchar_tdo_decimal_point()const [protected, virtual]

    do_falsename()

    _STLP_DECLSPEC wstringdo_falsename()const [protected, virtual]

    do_grouping()

    _STLP_DECLSPEC stringdo_grouping()const [protected, virtual]

    do_thousands_sep()

    _STLP_DECLSPEC wchar_tdo_thousands_sep()const [protected, virtual]

    do_truename()

    _STLP_DECLSPEC wstringdo_truename()const [protected, virtual]

    falsename()

    wstring falsename()const [inline]

    grouping()

    string grouping()const [inline]

    thousands_sep()

    wchar_tthousands_sep()const [inline]

    truename()

    wstring truename()const [inline]

    Member Type Definitions Documentation

    Typedef char_type

    typedef wchar_tchar_type

    Typedef string_type

    typedef wstring string_type

    Member Data Documentation

    wstring _M_falsename

    wstring _M_falsename[protected]

    string _M_grouping

    string _M_grouping[protected]

    wstring _M_truename

    wstring _M_truename[protected]

    locale::id id

    locale::id id[static]