Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
attribute_value.hpp File Reference
#include <boost/move/core.hpp>
#include <boost/smart_ptr/intrusive_ptr.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/utility/explicit_operator_bool.hpp>
#include <boost/log/utility/type_info_wrapper.hpp>
#include <boost/log/utility/type_dispatch/type_dispatcher.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/value_extraction_fwd.hpp>
#include <boost/log/attributes/value_visitation_fwd.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for attribute_value.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::attribute_value
 An attribute value class. More...
 
struct  boost::attribute_value::impl
 A base class for an attribute value implementation. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Macros

#define BOOST_LOG_AUX_VOID_DEFAULT   = void
 

Functions

void boost::swap (attribute_value &left, attribute_value &right) BOOST_NOEXCEPT
 The function swaps two attribute values. More...
 

Detailed Description

Author
Andrey Semashev
Date
21.05.2010

The header contains attribute_value class definition.

Macro Definition Documentation

#define BOOST_LOG_AUX_VOID_DEFAULT   = void