Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::Lockable< Mutex > Struct Template Reference

Lockable extends BasicLockable with try_lock functions. More...

#include <lockable_concepts.hpp>

Public Member Functions

 BOOST_CONCEPT_ASSERT ((BasicLockable< Mutex >))
 
 BOOST_CONCEPT_USAGE (Lockable)
 
 Lockable ()
 

Detailed Description

template<typename Mutex>
struct boost::Lockable< Mutex >

Lockable extends BasicLockable with try_lock functions.

Constructor & Destructor Documentation

template<typename Mutex >
boost::Lockable< Mutex >::Lockable ( )
inline

Member Function Documentation

template<typename Mutex >
boost::Lockable< Mutex >::BOOST_CONCEPT_ASSERT ( (BasicLockable< Mutex >)  )
template<typename Mutex >
boost::Lockable< Mutex >::BOOST_CONCEPT_USAGE ( Lockable< Mutex >  )
inline

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