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

Classes

class  boost::attributes::cast_source
 The class holds a reference to the attribute factory implementation being casted. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::attributes
 

Functions

template<typename T >
T boost::attribute_cast (attribute const &attr)
 The function casts one attribute factory to another. More...
 

Detailed Description

Author
Andrey Semashev
Date
06.08.2010

The header contains utilities for casting between attribute factories.