The QtlMutexLocker class is a direct subclass of QMutexLocker.
More...
|
| typedef QMutex | Mutex |
| | The Mutex type for this locker class. More...
|
| |
The QtlMutexLocker class is a direct subclass of QMutexLocker.
The only addition is the definition of the Mutex typedef. QtlMutexLocker is designed to be API-compatible with QtlNullMutexLocker so that they can be both used as template parameters to QtlSmartPointer.
◆ Mutex
The Mutex type for this locker class.
◆ QtlMutexLocker() [1/2]
| QtlMutexLocker::QtlMutexLocker |
( |
Mutex * |
mutex | ) |
|
|
inline |
Constructor.
- Parameters
-
| [in,out] | mutex | The associated mutex. |
◆ QtlMutexLocker() [2/2]
| QtlMutexLocker::QtlMutexLocker |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following file: