#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>
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... | |
The header contains a generic log record formatter function.