#include <locale_facets.h>
Inheritance diagram for messages:
This library currently implements 3 versions of the message facet. The first version (gnu) is a wrapper around gettext, provided by libintl. The second version (ieee) is a wrapper around catgets. The final version (default) does no actual translation. These implementations are only provided for char and wchar_t instantiations.
The messages template uses protected virtual functions to provide the actual results. The public accessors forward the call to the virtual functions. These virtual functions are hooks for developers to implement the behavior they require from the messages facet.
Definition at line 4257 of file locale_facets.h.
|
Public typedefs. Definition at line 4263 of file locale_facets.h. |
|
Public typedefs. Definition at line 4264 of file locale_facets.h. |
|
Constructor performs initialization. This is the constructor provided by the standard.
|
|
Internal constructor. Not for general use. This is a constructor for use by the library itself to set up new locales.
|
|
Destructor.
|
|
Numpunct facet id. Definition at line 4459 of file locale_facets.h. |