#include <boost/mpl/bool.hpp>
#include <boost/utility/result_of.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/type_traits/remove_cv.hpp>
#include <boost/type_traits/remove_reference.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/copy_cv.hpp>
#include <boost/log/detail/custom_terminal_spec.hpp>
#include <boost/log/attributes/attribute_name.hpp>
#include <boost/log/attributes/value_extraction.hpp>
#include <boost/log/attributes/fallback_policy.hpp>
#include <boost/log/expressions/attr_fwd.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Classes | |
singleton | boost::expressions::attribute_terminal< T, FallbackPolicyT, TagT > |
An attribute value extraction terminal. More... | |
struct | boost::expressions::attribute_terminal< T, FallbackPolicyT, TagT >::result< typename > |
Function result type. More... | |
struct | boost::expressions::attribute_terminal< T, FallbackPolicyT, TagT >::result< ThisT(ContextT) > |
singleton | boost::expressions::attribute_actor< T, FallbackPolicyT, TagT, ActorT > |
An attribute value extraction terminal actor. More... | |
struct | boost::phoenix::result_of::is_nullary< custom_terminal< boost::log::expressions::attribute_terminal< T, FallbackPolicyT, TagT > > > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::expressions | |
boost::phoenix | |
boost::phoenix::result_of | |
Functions | |
template<typename AttributeValueT > | |
BOOST_FORCEINLINE attribute_actor < AttributeValueT > | boost::expressions::attr (attribute_name const &name) |
The function generates a terminal node in a template expression. More... | |
template<typename AttributeValueT , typename TagT > | |
BOOST_FORCEINLINE attribute_actor < AttributeValueT, fallback_to_none, TagT > | boost::expressions::attr (attribute_name const &name) |
The function generates a terminal node in a template expression. More... | |