RAII-style lock guard for the mutex; releases it on destruction. More...
#include <MRTbbThreadMutex.h>
Public Member Functions | |
LockGuard (const LockGuard &)=delete | |
MRMESH_API | LockGuard (LockGuard &&other) |
MRMESH_API | ~LockGuard () |
Friends | |
class | TbbThreadMutex |
RAII-style lock guard for the mutex; releases it on destruction.
|
delete |
MRMESH_API MR::TbbThreadMutex::LockGuard::LockGuard | ( | LockGuard && | other | ) |
MRMESH_API MR::TbbThreadMutex::LockGuard::~LockGuard | ( | ) |
|
friend |