CppCMS
|
This facet provides message formatting abilities. More...
#include <booster/booster/locale/message.h>
Public Types | |
typedef CharType | char_type |
typedef std::basic_string< CharType > | string_type |
Public Member Functions | |
message_format (size_t refs=0) | |
virtual char_type const * | get (int domain_id, char_type const *context, char_type const *id) const =0 |
virtual char_type const * | get (int domain_id, char_type const *context, char_type const *single_id, int n) const =0 |
virtual int | domain (std::string const &domain) const =0 |
virtual char_type const * | convert (char_type const *msg, string_type &buffer) const =0 |
This facet provides message formatting abilities.