#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>
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... | |
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.