MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::TbbThreadMutex::LockGuard Class Reference

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
 

Detailed Description

RAII-style lock guard for the mutex; releases it on destruction.

Constructor & Destructor Documentation

◆ LockGuard() [1/2]

MR::TbbThreadMutex::LockGuard::LockGuard ( const LockGuard & )
delete

◆ LockGuard() [2/2]

MRMESH_API MR::TbbThreadMutex::LockGuard::LockGuard ( LockGuard && other)

◆ ~LockGuard()

MRMESH_API MR::TbbThreadMutex::LockGuard::~LockGuard ( )

Friends And Related Symbol Documentation

◆ TbbThreadMutex

friend class TbbThreadMutex
friend

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