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

BasicLockable object supports the basic features required to delimit a critical region Supports the basic lock and unlock functions. More...

#include <lockable_concepts.hpp>

Public Member Functions

 BOOST_CONCEPT_USAGE (BasicLockable)
 
 BasicLockable ()
 

Detailed Description

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

BasicLockable object supports the basic features required to delimit a critical region Supports the basic lock and unlock functions.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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