|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Class used as RAII object (Resource Acquisition Is Initialization) More...
#include <threading.h>
Public Member Functions | |
| OMutexLocker (QMutex &mutex) | |
| Constructors. More... | |
| OMutexLocker (const QMutex &mutex) | |
| ~OMutexLocker () | |
| Destructor. More... | |
| OMutexLocker (QMutex &mutex) | |
| Constructors. More... | |
| OMutexLocker (const QMutex &mutex) | |
| ~OMutexLocker () | |
| Destructor. More... | |
Private Attributes | |
| QMutex * | _mutex |
Class used as RAII object (Resource Acquisition Is Initialization)
Definition at line 92 of file threading.h.
|
inline |
Constructors.
Definition at line 106 of file threading.h.
|
inline |
Definition at line 112 of file threading.h.
|
inline |
Destructor.
Definition at line 118 of file threading.h.
| OMutexLocker::OMutexLocker | ( | QMutex & | mutex | ) |
Constructors.
| OMutexLocker::OMutexLocker | ( | const QMutex & | mutex | ) |
| OMutexLocker::~OMutexLocker | ( | ) |
Destructor.
|
private |
Definition at line 103 of file threading.h.