ScopedLock Class Reference

This class implements an exception-safe scoped lock-keeper. More...

#include <locks.hh>

Public Member Functions

 ScopedLock (OmpMutex &m)
 
void operator= (const ScopedLock &)=delete
 
 ScopedLock (const ScopedLock &)=delete
 
void unlock ()
 
void lockAgain ()
 

Detailed Description

This class implements an exception-safe scoped lock-keeper.


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