Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
format.hpp File Reference
#include <boost/locale/config.hpp>
#include <boost/locale/message.hpp>
#include <boost/locale/formatting.hpp>
#include <sstream>
Include dependency graph for format.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::locale::basic_format< CharType >
 a printf like class that allows type-safe and locale aware message formatting More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::locale
 This is the main namespace that encloses all localization classes.
 

Typedefs

typedef basic_format< char > boost::locale::format
 Definition of char based format. More...
 
typedef basic_format< wchar_t > boost::locale::wformat
 Definition of wchar_t based format. More...
 

Functions

template<typename CharType >
std::basic_ostream< CharType > & boost::locale::operator<< (std::basic_ostream< CharType > &out, basic_format< CharType > const &fmt)
 Write formatted message to stream. More...