Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mutable_constant.hpp File Reference
#include <boost/static_assert.hpp>
#include <boost/smart_ptr/intrusive_ptr.hpp>
#include <boost/mpl/if.hpp>
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
#include <boost/type_traits/is_void.hpp>
#include <boost/log/detail/config.hpp>
#include <boost/log/detail/locks.hpp>
#include <boost/log/attributes/attribute.hpp>
#include <boost/log/attributes/attribute_cast.hpp>
#include <boost/log/attributes/attribute_value_impl.hpp>
#include <boost/log/detail/header.hpp>
#include <boost/log/detail/footer.hpp>
Include dependency graph for mutable_constant.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::attributes::mutable_constant< T, MutexT, ScopedWriteLockT, ScopedReadLockT >
 A class of an attribute that holds a single constant value with ability to change it. More...
 
class  boost::attributes::mutable_constant< T, MutexT, ScopedWriteLockT, ScopedReadLockT >::impl
 Factory implementation. More...
 
class  boost::attributes::mutable_constant< T, void, void, void >
 Specialization for unlocked case. More...
 
class  boost::attributes::mutable_constant< T, void, void, void >::impl
 Factory implementation. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::attributes
 

Detailed Description

Author
Andrey Semashev
Date
06.11.2007

The header contains implementation of a mutable constant attribute.