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 <string>
#include <boost/mpl/bool.hpp>
#include <boost/phoenix/core/actor.hpp>
#include <boost/phoenix/core/terminal_fwd.hpp>
#include <boost/phoenix/core/is_nullary.hpp>
#include <boost/phoenix/core/environment.hpp>
#include <boost/fusion/sequence/intrinsic/at_c.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/format.hpp>
#include <boost/log/detail/custom_terminal_spec.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for format.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::expressions::format_terminal< CharT >
 Template expressions terminal node with Boost.Format-like formatter. More...
 
struct  boost::phoenix::result_of::is_nullary< custom_terminal< boost::log::expressions::format_terminal< CharT > > >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::expressions
 
 boost::phoenix
 
 boost::phoenix::result_of
 

Functions

template<typename CharT >
BOOST_FORCEINLINE
phoenix::actor
< format_terminal< CharT > > 
boost::expressions::format (const CharT *fmt)
 The function generates a terminal node in a template expression. More...
 
template<typename CharT , typename TraitsT , typename AllocatorT >
BOOST_FORCEINLINE
phoenix::actor
< format_terminal< CharT > > 
boost::expressions::format (std::basic_string< CharT, TraitsT, AllocatorT > const &fmt)
 The function generates a terminal node in a template expression. More...
 

Detailed Description

Author
Andrey Semashev
Date
15.11.2012

The header contains a generic log record formatter function.