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

Public Member Functions

 moneypunct_byname (const char *_Locname, size_t _Refs=0)
 
 moneypunct_byname (const string &_Str, size_t _Refs=0)
 
- Public Member Functions inherited from moneypunct< _Elem, _Intl >
 moneypunct (size_t _Refs=0)
 
 moneypunct (const _Locinfo &_Lobj, size_t _Refs=0, bool _Isdef=false)
 
- Public Member Functions inherited from _Mpunct< _Elem >
_Elem decimal_point () const
 
_Elem thousands_sep () const
 
string grouping () const
 
string_type curr_symbol () const
 
string_type positive_sign () const
 
string_type negative_sign () const
 
int frac_digits () const
 
pattern pos_format () const
 
pattern neg_format () const
 
 _Mpunct (size_t _Refs, bool _Intl)
 
 _Mpunct (const _Locinfo &_Lobj, size_t _Refs, bool _Intl, bool _Isdef=false)
 
- Public Member Functions inherited from money_base
 money_base (size_t _Refs=0)
 
- 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 ~moneypunct_byname () _NOEXCEPT
 
- Protected Member Functions inherited from moneypunct< _Elem, _Intl >
 moneypunct (const char *_Locname, size_t _Refs=0)
 
virtual __CLR_OR_THIS_CALL ~moneypunct () _NOEXCEPT
 
- Protected Member Functions inherited from _Mpunct< _Elem >
 _Mpunct (const char *_Locname, size_t _Refs, bool _Intl, bool _Isdef=false)
 
virtual __CLR_OR_THIS_CALL ~_Mpunct () _NOEXCEPT
 
template<class _Elem2 >
void _Getvals (_Elem2, const lconv *_Ptr)
 
template<>
void _Getvals (wchar_t, const lconv *_Ptr)
 
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_curr_symbol () const
 
virtual string_type __CLR_OR_THIS_CALL do_positive_sign () const
 
virtual string_type __CLR_OR_THIS_CALL do_negative_sign () const
 
virtual int __CLR_OR_THIS_CALL do_frac_digits () const
 
virtual pattern __CLR_OR_THIS_CALL do_pos_format () const
 
virtual pattern __CLR_OR_THIS_CALL do_neg_format () 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 _Mpunct< _Elem >
typedef _Elem char_type
 
typedef basic_string< _Elem, char_traits< _Elem >, allocator< _Elem > > string_type
 
- Public Types inherited from money_base
enum  {
  symbol = '$', sign = '+', space = ' ', value = 'v',
  none = 'x'
}
 
typedef int part
 
- Static Public Member Functions inherited from moneypunct< _Elem, _Intl >
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 moneypunct< _Elem, _Intl >
_PGLOBAL static _CRTIMP2_PURE const bool intl = _Intl
 
__PURE_APPDOMAIN_GLOBAL static _CRTIMP2_PURE locale::id id
 

Constructor & Destructor Documentation

template<class _Elem , bool _Intl = false>
moneypunct_byname< _Elem, _Intl >::moneypunct_byname ( const char _Locname,
size_t  _Refs = 0 
)
inlineexplicit
331  : moneypunct<_Elem, _Intl>(_Locname, _Refs)
332  { // construct for named locale
333  }
Definition: xlocmon:276
template<class _Elem , bool _Intl = false>
moneypunct_byname< _Elem, _Intl >::moneypunct_byname ( const string _Str,
size_t  _Refs = 0 
)
inlineexplicit
336  : moneypunct<_Elem, _Intl>(_Str.c_str(), _Refs)
337  { // construct for named locale
338  }
Definition: xlocmon:276
_Ret_z_ const _Elem * c_str() const _NOEXCEPT
Definition: xstring:3001
template<class _Elem , bool _Intl = false>
virtual __CLR_OR_THIS_CALL moneypunct_byname< _Elem, _Intl >::~moneypunct_byname ( )
inlineprotectedvirtual
342  { // destroy the object
343  }

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