libcosmos
Linux C++ System Programming Library
|
A reversed mutex guard object that unlocks a Mutex for the lifetime of the guard object. More...
#include <Mutex.hxx>
Public Member Functions | |
MutexReverseGuard (const Mutex &m) | |
![]() | |
ResourceGuard (const ResourceGuard &)=delete | |
ResourceGuard (const Mutex &r, std::function< CleanFunc > cleaner) | |
ResourceGuard & | operator= (const ResourceGuard &)=delete |
void | disarm () |
Additional Inherited Members | |
![]() | |
using | CleanFunc |
![]() | |
bool | m_disarmed |
const Mutex & | m_res |
std::function< CleanFunc > | m_cleaner |
A reversed mutex guard object that unlocks a Mutex for the lifetime of the guard object.
|
inlineexplicit |