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

Public Member Functions

 messages_byname (const char *_Locname, size_t _Refs=0)
 
 messages_byname (const string &_Str, size_t _Refs=0)
 
- Public Member Functions inherited from messages< _Elem >
catalog open (const string &_Catname, const locale &_Loc) const
 
string_type get (catalog _Catval, int _Set, int _Message, const string_type &_Dflt) const
 
void close (catalog _Catval) const
 
 messages (size_t _Refs=0)
 
 messages (const _Locinfo &_Lobj, size_t _Refs=0)
 
- Public Member Functions inherited from messages_base
 messages_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 ~messages_byname () _NOEXCEPT
 
- Protected Member Functions inherited from messages< _Elem >
 messages (const char *_Locname, size_t _Refs=0)
 
virtual __CLR_OR_THIS_CALL ~messages () _NOEXCEPT
 
void _Init (const _Locinfo &)
 
virtual catalog __CLR_OR_THIS_CALL do_open (const string &, const locale &) const
 
virtual string_type __CLR_OR_THIS_CALL do_get (catalog, int, int, const string_type &_Dflt) const
 
virtual void __CLR_OR_THIS_CALL do_close (catalog) 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 messages< _Elem >
typedef _Elem char_type
 
typedef basic_string< _Elem, char_traits< _Elem >, allocator< _Elem > > string_type
 
- Public Types inherited from messages_base
typedef int catalog
 
- Static Public Member Functions inherited from messages< _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 messages< _Elem >
__PURE_APPDOMAIN_GLOBAL static _CRTIMP2_PURE locale::id id
 

Constructor & Destructor Documentation

template<class _Elem >
messages_byname< _Elem >::messages_byname ( const char *  _Locname,
size_t  _Refs = 0 
)
inlineexplicit
126  : messages<_Elem>(_Locname, _Refs)
127  { // construct for named locale
128  }
Definition: xlocmes:33
template<class _Elem >
messages_byname< _Elem >::messages_byname ( const string _Str,
size_t  _Refs = 0 
)
inlineexplicit
131  : messages<_Elem>(_Str.c_str(), _Refs)
132  { // construct for named locale
133  }
const _Elem * c_str() const _NOEXCEPT
Definition: xstring:1741
Definition: xlocmes:33
template<class _Elem >
virtual __CLR_OR_THIS_CALL messages_byname< _Elem >::~messages_byname ( )
inlineprotectedvirtual
137  { // destroy the object
138  }

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