Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Public Types | Public Member Functions

boost::locale::message_format< CharType > Class Template Reference
[Message Formatting (translation)]

This facet provides message formatting abilities. More...

#include <boost/locale/message.hpp>

List of all members.

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

Detailed Description

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

This facet provides message formatting abilities.


Member Typedef Documentation

template<typename CharType>
typedef CharType boost::locale::message_format< CharType >::char_type

Character type


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