numpunct< wchar_t > Class Template Reference

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

Link against: libstdcppv5.lib

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

Inherits from

Public Member Type Definitions
typedefwchar_t char_type
typedefwstring string_type
Public Attributes
_STLP_STATIC_MEMBER_DECLSPEC locale::idid
Protected Attributes
wstring_M_falsename
string _M_grouping
wstring_M_truename
Public Member Functions
numpunct(size_t)
wchar_tdecimal_point()
wstringfalsename()
string grouping()
wchar_tthousands_sep()
wstringtruename()
Protected Member Functions
~numpunct()
virtual _STLP_DECLSPEC wchar_tdo_decimal_point()
virtual _STLP_DECLSPEC wstringdo_falsename()
virtual _STLP_DECLSPEC stringdo_grouping()
virtual _STLP_DECLSPEC wchar_tdo_thousands_sep()
virtual _STLP_DECLSPEC wstringdo_truename()
Inherited Functions
_Refcount_Base::_M_decr()
_Refcount_Base::_M_incr()
_Refcount_Base::_Refcount_Base(__stl_atomic_t)
locale::facet::_get_facet
locale::facet::_release_facet
locale::facet::facet(size_t)
locale::facet::locale
locale::facet::~facet()

Member Type Definition Documentation

Typedef char_type

typedef wchar_tchar_type

Typedef string_type

typedef wstringstring_type

Member Attribute Documentation

_M_falsename

wstring_M_falsename[protected]

_M_grouping

string _M_grouping[protected]

_M_truename

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

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

wstringfalsename()const [inline]

grouping ( )

string grouping()const [inline]

thousands_sep ( )

wchar_tthousands_sep()const [inline]

truename ( )

wstringtruename()const [inline]