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

Public Member Functions

 time_put_byname (const char *_Locname, size_t _Refs=0)
 
 time_put_byname (const string &_Str, size_t _Refs=0)
 
- Public Member Functions inherited from time_put< _Elem, _OutIt >
_OutIt __CLR_OR_THIS_CALL put (_OutIt _Dest, ios_base &_Iosbase, _Elem _Fill, const tm *_Pt, const _Elem *_Fmtfirst, const _Elem *_Fmtlast) const
 
_OutIt __CLR_OR_THIS_CALL put (_OutIt _Dest, ios_base &_Iosbase, _Elem _Fill, const tm *_Pt, char _Specifier, char _Modifier= '\0') const
 
__CLR_OR_THIS_CALL time_put (size_t _Refs=0)
 
__CLR_OR_THIS_CALL time_put (const _Locinfo &_Lobj, 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 ~time_put_byname () _NOEXCEPT
 
- Protected Member Functions inherited from time_put< _Elem, _OutIt >
virtual __CLR_OR_THIS_CALL ~time_put () _NOEXCEPT
 
void __CLR_OR_THIS_CALL _Init (const _Locinfo &_Lobj)
 
virtual _OutIt __CLR_OR_THIS_CALL do_put (_OutIt _Dest, ios_base &, _Elem, const tm *_Pt, char _Specifier, char _Modifier= '\0') 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 time_put< _Elem, _OutIt >
typedef _Elem char_type
 
typedef _OutIt iter_type
 
typedef ctype< _Elem > _Ctype
 
- Static Public Member Functions inherited from time_put< _Elem, _OutIt >
static size_t __CLRCALL_OR_CDECL _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 time_put< _Elem, _OutIt >
static __PURE_APPDOMAIN_GLOBAL locale::id id
 

Constructor & Destructor Documentation

template<class _Elem , class _OutIt = ostreambuf_iterator<_Elem, char_traits<_Elem> >>
time_put_byname< _Elem, _OutIt >::time_put_byname ( const char _Locname,
size_t  _Refs = 0 
)
inlineexplicit
1099  : time_put<_Elem, _OutIt>(_Locname, _Refs)
1100  { // construct for named locale
1101  }
Definition: xloctime:689
template<class _Elem , class _OutIt = ostreambuf_iterator<_Elem, char_traits<_Elem> >>
time_put_byname< _Elem, _OutIt >::time_put_byname ( const string _Str,
size_t  _Refs = 0 
)
inlineexplicit
1104  : time_put<_Elem, _OutIt>(_Str.c_str(), _Refs)
1105  { // construct for named locale
1106  }
Definition: xloctime:689
_Ret_z_ const _Elem * c_str() const _NOEXCEPT
Definition: xstring:3001
template<class _Elem , class _OutIt = ostreambuf_iterator<_Elem, char_traits<_Elem> >>
virtual __CLR_OR_THIS_CALL time_put_byname< _Elem, _OutIt >::~time_put_byname ( )
inlineprotectedvirtual
1110  { // destroy the object
1111  }

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