Format


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)

Detailed Description

This module provides printf like functionality integrated to iostreams and suitable for localization

Typedef Documentation

typedef basic_format<char> boost::locale::format

Definiton of char based format

Examples:
calendar.cpp, and hello.cpp.

typedef basic_format<wchar_t> boost::locale::wformat

Definiton of wchar_t based format

Examples:
whello.cpp.


Function Documentation

template<typename CharType>
std::basic_ostream<CharType>& boost::locale::operator<< ( std::basic_ostream< CharType > &  out,
basic_format< CharType > const &  fmt 
) [inline]

Write formatted message to stream.

This operator actually causes actual text formatting. It use locale and of out stream


Generated on Thu Mar 18 23:02:03 2010 for Boost.Locale by doxygen 1.5.6