#include <vector>
#include <string>
#include <iterator>
#include <boost/assert.hpp>
#include <boost/static_assert.hpp>
#include <boost/mpl/bool.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/size.hpp>
#include <boost/range/const_iterator.hpp>
#include <boost/range/value_type.hpp>
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
#include <boost/utility/addressof.hpp>
#include <boost/phoenix/core/actor.hpp>
#include <boost/phoenix/core/meta_grammar.hpp>
#include <boost/phoenix/core/terminal_fwd.hpp>
#include <boost/phoenix/core/is_nullary.hpp>
#include <boost/phoenix/core/environment.hpp>
#include <boost/phoenix/support/vector.hpp>
#include <boost/fusion/sequence/intrinsic/at_c.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/custom_terminal_spec.hpp>
#include <boost/log/detail/deduce_char_type.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 RangeT > | |
BOOST_FORCEINLINE aux::char_decorator_gen1 < RangeT > | boost::expressions::char_decor (RangeT const &decorations) |
The function returns a decorator generator object. More... | |
template<typename FromRangeT , typename ToRangeT > | |
BOOST_FORCEINLINE aux::char_decorator_gen2 < FromRangeT, ToRangeT > | boost::expressions::char_decor (FromRangeT const &from, ToRangeT const &to) |
The function returns a decorator generator object. More... | |
The header contains implementation of a character decorator.
#define BOOST_LOG_AUX_OVERLOAD | ( | left_ref, | |
right_ref | |||
) |