#include <Mutex.h>
Classes | |
class | ScopedLock |
Public Member Functions | |
Mutex () | |
~Mutex () | |
Private Member Functions | |
Mutex (const Mutex &) | |
void | operator= (const Mutex &) |
Private Attributes | |
MutexPrivate * | m_pMutexPrivate |
Wrapper for TBB mutex. Check if OpenKarto is compiled with TBB.
|
private |
|
private |
|
private |