

Public Types | |
| typedef CharT | char_type |
| typedef basic_string< CharT > | string_type |
| 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 |
Protected Member Functions | |
| char * | M_convert_to_char (const string_type &__msg) const |
| string_type | M_convert_from_char (char *__msg) const |
Protected Attributes | |
| c_locale | M_c_locale_messages |
| char * | M_name_messages |
Static Protected Attributes | |
| static c_locale | S_c_locale |
| static char | S_c_name [2] |
Friends | |
| class | locale::Impl |
Definition at line 1759 of file locale_facets.h.
1.4.7