Boost.Locale
|
This facet provides message formatting abilities. More...
#include <boost/locale/message.hpp>
Public Types | |
typedef CharType | char_type |
Character type. | |
typedef std::basic_string< CharType > | string_type |
String type. | |
Public Member Functions | |
message_format (size_t refs=0) | |
Standard constructor. | |
virtual const char_type * | get (int domain_id, const char_type *context, const char_type *id) const =0 |
virtual const char_type * | get (int domain_id, const char_type *context, const char_type *single_id, count_type n) const =0 |
virtual int | domain (const std::string &domain) const =0 |
Convert a string that defines domain to the integer id used by get functions. | |
virtual const char_type * | convert (const char_type *msg, string_type &buffer) const =0 |
This facet provides message formatting abilities.