STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Protected Member Functions | List of all members
numpunct_byname< _Elem > Class Template Reference
Inheritance diagram for numpunct_byname< _Elem >:
numpunct< _Elem > locale::facet _Facet_base _Crt_new_delete

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
 

Constructor & Destructor Documentation

template<class _Elem >
numpunct_byname< _Elem >::numpunct_byname ( const char _Locname,
size_t  _Refs = 0 
)
inlineexplicit
276  : numpunct<_Elem>(_Locname, _Refs)
277  { // construct for named locale
278  }
Definition: xlocnum:111
template<class _Elem >
numpunct_byname< _Elem >::numpunct_byname ( const string _Str,
size_t  _Refs = 0 
)
inlineexplicit
281  : numpunct<_Elem>(_Str.c_str(), _Refs)
282  { // construct for named locale
283  }
_Ret_z_ const _Elem * c_str() const _NOEXCEPT
Definition: xstring:3001
Definition: xlocnum:111
template<class _Elem >
virtual __CLR_OR_THIS_CALL numpunct_byname< _Elem >::~numpunct_byname ( )
inlineprotectedvirtual
287  { // destroy the object
288  }

The documentation for this class was generated from the following file: