Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::aux::scoped_thread_attribute Class Reference

A scoped thread-specific attribute guard. More...

#include <scoped_attribute.hpp>

Inheritance diagram for boost::aux::scoped_thread_attribute:
Collaboration diagram for boost::aux::scoped_thread_attribute:

Public Member Functions

 scoped_thread_attribute (attribute_name const &name, attribute const &attr)
 Constructor. More...
 
 scoped_thread_attribute (BOOST_RV_REF(scoped_thread_attribute) that)
 Move constructor. More...
 
 ~scoped_thread_attribute ()
 Destructor. More...
 

Detailed Description

A scoped thread-specific attribute guard.

Constructor & Destructor Documentation

boost::aux::scoped_thread_attribute::scoped_thread_attribute ( attribute_name const &  name,
attribute const &  attr 
)
inline

Constructor.

References boost::shared_ptr< T >::reset().

boost::aux::scoped_thread_attribute::scoped_thread_attribute ( BOOST_RV_REF(scoped_thread_attribute that)
inline

Move constructor.

References boost::shared_ptr< T >::swap().

boost::aux::scoped_thread_attribute::~scoped_thread_attribute ( )
inline

Destructor.


The documentation for this class was generated from the following file: