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

Classes

class  boost::attributes::attribute_value_impl< T >
 Basic attribute value implementation class. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::attributes
 

Functions

template<typename T >
attribute_value boost::attributes::make_attribute_value (T &&v)
 The function creates an attribute value from the specified object. More...
 

Detailed Description

Author
Andrey Semashev
Date
24.06.2007

The header contains an implementation of a basic attribute value implementation class.