Public Types | |
typedef CharT | char_type |
Public typedefs. | |
typedef basic_string< CharT > | string_type |
Public typedefs. | |
typedef int | catalog |
Public Member Functions | |
catalog | open (const basic_string< char > &s, const locale &__loc) const |
string_type | get (catalog c, int set, int __msgid, const string_type &s) const |
void | close (catalog c) const |
Static Public Attributes | |
static locale::id | id |
Numpunct facet id. | |
Protected Member Functions | |
virtual | ~messages_byname () |
char * | M_convert_to_char (const string_type &__msg) const |
string_type | M_convert_from_char (char *) const |
Static Protected Member Functions | |
static c_locale | S_get_c_locale () |
static const char * | S_get_c_name () |
Protected Attributes | |
c_locale | M_c_locale_messages |
const char * | M_name_messages |
Friends | |
class | locale::Impl |
Definition at line 4467 of file locale_facets.h.
typedef CharT std::messages_byname< CharT >::char_type |
Public typedefs.
Reimplemented from std::messages< CharT >.
Definition at line 4470 of file locale_facets.h.
typedef basic_string<CharT> std::messages_byname< CharT >::string_type |
Public typedefs.
Reimplemented from std::messages< CharT >.
Definition at line 4471 of file locale_facets.h.
locale::id std::messages< CharT >::id [static, inherited] |