#include <locale_facets.h>
Inheritance diagram for std::messages:
Public Types | |
typedef _CharT | char_type |
typedef basic_string<_CharT> | string_type |
Public Methods | |
messages (size_t __refs=0) | |
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 | |
locale::id | id |
Protected Methods | |
virtual | ~messages () |
virtual catalog | do_open (const basic_string< char > &, const locale &) const |
virtual string_type | do_get (catalog, int, int, const string_type &__dfault) const |
virtual void | do_close (catalog) const |
|
Reimplemented in std::messages_byname. Definition at line 1421 of file locale_facets.h. |
|
Reimplemented in std::messages_byname. Definition at line 1422 of file locale_facets.h. |
|
Definition at line 1427 of file locale_facets.h. |
|
Definition at line 1443 of file locale_facets.h. |
|
Definition at line 1438 of file locale_facets.h. |
|
Definition at line 1456 of file locale_facets.h. Referenced by close(). |
|
Definition at line 1452 of file locale_facets.h. Referenced by get(). |
|
Definition at line 1448 of file locale_facets.h. Referenced by open(). |
|
Definition at line 1434 of file locale_facets.h. |
|
Definition at line 1430 of file locale_facets.h. |
|
Definition at line 1424 of file locale_facets.h. |