STLdoc
STLdocumentation
|
Public Member Functions | |
numpunct_byname (const char *_Locname, size_t _Refs=0) | |
numpunct_byname (const string &_Str, size_t _Refs=0) | |
Public Member Functions inherited from numpunct< _Elem > | |
_Elem | decimal_point () const |
_Elem | thousands_sep () const |
string | grouping () const |
string_type | falsename () const |
string_type | truename () const |
numpunct (size_t _Refs=0) | |
numpunct (const _Locinfo &_Lobj, size_t _Refs=0, bool _Isdef=false) | |
Public Member Functions inherited from locale::facet | |
virtual void __CLR_OR_THIS_CALL | _Incref () |
virtual _Facet_base *__CLR_OR_THIS_CALL | _Decref () |
__CLR_OR_THIS_CALL | facet (const facet &)=delete |
facet &__CLR_OR_THIS_CALL | operator= (const facet &)=delete |
Public Member Functions inherited from _Facet_base | |
virtual __CLR_OR_THIS_CALL | ~_Facet_base () _NOEXCEPT |
Protected Member Functions | |
virtual __CLR_OR_THIS_CALL | ~numpunct_byname () _NOEXCEPT |
Protected Member Functions inherited from numpunct< _Elem > | |
virtual __CLR_OR_THIS_CALL | ~numpunct () _NOEXCEPT |
numpunct (const char *_Locname, size_t _Refs=0, bool _Isdef=false) | |
template<class _Elem2 > | |
void | _Getvals (_Elem2, const lconv *_Ptr, _Locinfo::_Cvtvec _Cvt) |
template<> | |
void | _Getvals (wchar_t, const lconv *_Ptr, _Locinfo::_Cvtvec) |
void | _Init (const _Locinfo &_Lobj, bool _Isdef=false) |
virtual _Elem __CLR_OR_THIS_CALL | do_decimal_point () const |
virtual _Elem __CLR_OR_THIS_CALL | do_thousands_sep () const |
virtual string __CLR_OR_THIS_CALL | do_grouping () const |
virtual string_type __CLR_OR_THIS_CALL | do_falsename () const |
virtual string_type __CLR_OR_THIS_CALL | do_truename () const |
Protected Member Functions inherited from locale::facet | |
__CLR_OR_THIS_CALL | facet (size_t _Initrefs=0) |
virtual __CLR_OR_THIS_CALL | ~facet () _NOEXCEPT |
Additional Inherited Members | |
Public Types inherited from numpunct< _Elem > | |
typedef basic_string< _Elem, char_traits< _Elem >, allocator< _Elem > > | string_type |
typedef _Elem | char_type |
Static Public Member Functions inherited from numpunct< _Elem > | |
static size_t | _Getcat (const locale::facet **_Ppf=0, const locale *_Ploc=0) |
Static Public Member Functions inherited from locale::facet | |
static size_t __CLRCALL_OR_CDECL | _Getcat (const facet **=0, const locale *=0) |
Static Public Attributes inherited from numpunct< _Elem > | |
__PURE_APPDOMAIN_GLOBAL static _CRTIMP2_PURE locale::id | id |
|
inlineexplicit |
|
inlineexplicit |
|
inlineprotectedvirtual |