Этот класс представляет собой сообщение, которое может быть преобразовано в конкретное локальное сообщение.Больше...
|
| basic_message () |
|
| basic_message (char_type const *id) |
|
| basic_message (char_type const *single, char_type const *plural, int n) |
|
| basic_message (char_type const *context, char_type const *id) |
|
| basic_message (char_type const *context, char_type const *single, char_type const *plural, int n) |
|
| basic_message (string_type const &id) |
|
| basic_message (string_type const &single, string_type const &plural, int number) |
|
| basic_message (string_type const &context, string_type const &id) |
|
| basic_message (string_type const &context, string_type const &single, string_type const &plural, int number) |
|
| basic_message (basic_message const &other) |
|
basic_message const & | operator= (basic_message const &other) |
|
void | swap (basic_message &other) |
|
| operator string_type () const |
|
string_type | str () const |
|
string_type | str (std::locale const &locale) const |
|
string_type | str (std::locale const &locale, std::string const &domain_id) const |
|
string_type | str (std::string const &domain_id) const |
|
string_type | str (std::locale const &loc, int id) const |
|
void | write (std::basic_ostream< char_type > &out) const |
|
template<typename CharType>
class boost::locale::basic_message< CharType >
Этот класс представляет собой сообщение, которое может быть преобразовано в конкретное локальное сообщение.
Он содержит оригинальную строку ASCII, которая запрашивается в словаре при преобразовании в строку вывода. Созданная строка может быть UTF-8, UTF-16, UTF-32 или другой 8-битной закодированной строкой в соответствии с типом целевого символа и кодированием локализации.