#include <string>
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
#include <boost/mpl/has_xxx.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/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/fusion/sequence/intrinsic/at_c.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/custom_terminal_spec.hpp>
#include <boost/log/detail/function_traits.hpp>
#include <boost/log/utility/formatting_ostream.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/generate_overloads.hpp>
#include <boost/log/detail/footer.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::expressions | |
boost::expressions::aux | |
boost::phoenix | |
boost::phoenix::result_of | |
Macros | |
#define | BOOST_LOG_AUX_OVERLOAD(left_ref, right_ref) |
Functions | |
template<typename FunT > | |
BOOST_FORCEINLINE wrapped_formatter_actor< FunT, typename aux::default_char_type< FunT > ::type > | boost::expressions::wrap_formatter (FunT const &fun) |
The function wraps a function object in order it to be able to participate in formatting expressions. More... | |
template<typename CharT , typename FunT > | |
BOOST_FORCEINLINE wrapped_formatter_actor< FunT, CharT > | boost::expressions::wrap_formatter (FunT const &fun) |
The function wraps a function object in order it to be able to participate in formatting expressions. More... | |
The header contains a formatter function wrapper that enables third-party functions to participate in formatting expressions.
#define BOOST_LOG_AUX_OVERLOAD | ( | left_ref, | |
right_ref | |||
) |