Boost.Locale
boost::locale::message_format< CharType > Class Template Referenceabstract

This facet provides message formatting abilities. More...

#include <boost/locale/message.hpp>

Inheritance diagram for boost::locale::message_format< CharType >:

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_typeget (int domain_id, const char_type *context, const char_type *id) const =0
virtual const char_typeget (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_typeconvert (const char_type *msg, string_type &buffer) const =0

Detailed Description

template<typename CharType>
class boost::locale::message_format< CharType >

This facet provides message formatting abilities.


The documentation for this class was generated from the following file: