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

#include <condition_variable.hpp>

Inheritance diagram for boost::condition_variable_any:
Collaboration diagram for boost::condition_variable_any:

Public Member Functions

 condition_variable_any ()
 
 ~condition_variable_any ()
 
template<typename lock_type >
void wait (lock_type &m)
 
template<typename lock_type , typename predicate_type >
void wait (lock_type &m, predicate_type pred)
 
void notify_one () BOOST_NOEXCEPT
 
void notify_all () BOOST_NOEXCEPT
 
 condition_variable_any ()
 
template<typename lock_type >
void wait (lock_type &m)
 
template<typename lock_type , typename predicate_type >
void wait (lock_type &m, predicate_type pred)
 

Private Member Functions

template<typename lock_type >
bool do_wait (lock_type &lock, timeout abs_time)
 
template<typename lock_type , typename predicate_type >
bool do_wait (lock_type &m, timeout const &abs_time, predicate_type pred)
 

Constructor & Destructor Documentation

boost::condition_variable_any::condition_variable_any ( )
inline
boost::condition_variable_any::~condition_variable_any ( )
inline
boost::condition_variable_any::condition_variable_any ( )
inline

Member Function Documentation

void boost::condition_variable_any::notify_all ( )
inline

References BOOST_VERIFY.

void boost::condition_variable_any::notify_one ( )
inline

References BOOST_VERIFY.

template<typename lock_type , typename predicate_type >
void boost::condition_variable_any::wait ( lock_type &  m,
predicate_type  pred 
)
inline

References wait().

template<typename lock_type >
void boost::condition_variable_any::wait ( lock_type &  m)
inline
template<typename lock_type , typename predicate_type >
void boost::condition_variable_any::wait ( lock_type &  m,
predicate_type  pred 
)
inline

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