Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
attribute_name.hpp File Reference
#include <iosfwd>
#include <string>
#include <boost/assert.hpp>
#include <boost/cstdint.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/utility/explicit_operator_bool.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for attribute_name.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::attribute_name
 The class represents an attribute name in containers used by the library. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<typename CharT , typename TraitsT >
BOOST_LOG_API
std::basic_ostream< CharT,
TraitsT > & 
boost::operator<< (std::basic_ostream< CharT, TraitsT > &strm, attribute_name const &name)
 

Detailed Description

Author
Andrey Semashev
Date
28.06.2010

The header contains attribute name interface definition.