std::mutex wrapper
More...
#include <TMutex.hpp>
std::mutex wrapper
Definition at line 11 of file TMutex.hpp.
◆ Lock
◆ TryLock
◆ Mutex() [1/4]
tklb::Mutex::Mutex |
( |
const Mutex & |
| ) |
|
|
delete |
◆ Mutex() [2/4]
tklb::Mutex::Mutex |
( |
const Mutex * |
| ) |
|
|
delete |
◆ Mutex() [3/4]
tklb::Mutex::Mutex |
( |
Mutex && |
| ) |
|
|
delete |
◆ Mutex() [4/4]
◆ lock()
void tklb::Mutex::lock |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ try_lock()
bool tklb::Mutex::try_lock |
( |
| ) |
|
|
inline |
Tries to lock, returns true if lock was aquired.
Definition at line 36 of file TMutex.hpp.
◆ unlock()
void tklb::Mutex::unlock |
( |
| ) |
|
|
inline |
◆ mMutex
std::mutex tklb::Mutex::mMutex |
|
private |
The documentation for this class was generated from the following file: