Classes | |
class | boost::locale::basic_format< CharType > |
a printf like class that allows type-safe and locale aware message formatting More... | |
Typedefs | |
typedef basic_format< char > | boost::locale::format |
typedef basic_format< wchar_t > | boost::locale::wformat |
Functions | |
template<typename CharType> | |
std::basic_ostream< CharType > & | boost::locale::operator<< (std::basic_ostream< CharType > &out, basic_format< CharType > const &fmt) |
typedef basic_format<char> boost::locale::format |
Definiton of char based format
typedef basic_format<wchar_t> boost::locale::wformat |
Definiton of wchar_t based format
std::basic_ostream<CharType>& boost::locale::operator<< | ( | std::basic_ostream< CharType > & | out, | |
basic_format< CharType > const & | fmt | |||
) | [inline] |