Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
attribute_value_set.hpp File Reference
#include <cstddef>
#include <utility>
#include <iterator>
#include <boost/move/core.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/attributes/attribute_name.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/attribute_value.hpp>
#include <boost/log/attributes/attribute_set.hpp>
#include <boost/log/expressions/keyword_fwd.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for attribute_value_set.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::attribute_value_set
 A set of attribute values. More...
 
class  boost::attribute_value_set::const_iterator
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

void boost::swap (attribute_value_set &left, attribute_value_set &right) BOOST_NOEXCEPT
 Free swap overload. More...
 

Detailed Description

Author
Andrey Semashev
Date
21.04.2007

This header file contains definition of attribute value set. The set is constructed from three attribute sets (global, thread-specific and source-specific) and contains attribute values.