#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.
karto::Mutex::Mutex | ( | const Mutex & | ) | [private] |
void karto::Mutex::operator= | ( | const Mutex & | ) | [private] |
MutexPrivate* karto::Mutex::m_pMutexPrivate [private] |