Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
scoped_thread.hpp File Reference
#include <boost/thread/detail/config.hpp>
#include <boost/thread/detail/delete.hpp>
#include <boost/thread/detail/move.hpp>
#include <boost/thread/thread_functors.hpp>
#include <boost/thread/thread_only.hpp>
#include <boost/config/abi_prefix.hpp>
#include <boost/config/abi_suffix.hpp>
Include dependency graph for scoped_thread.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::strict_scoped_thread< CallableThread >
 RAI thread wrapper adding a specific destroyer allowing to master what can be done at destruction time. More...
 
class  boost::scoped_thread< CallableThread >
 RAI thread wrapper adding a specific destroyer allowing to master what can be done at destruction time. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 

Functions

template<class Destroyer >
void boost::swap (scoped_thread< Destroyer > &lhs, scoped_thread< Destroyer > &rhs) BOOST_NOEXCEPT
 Effects: swaps the contents of two scoped threads. More...