QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlMutexLocker Class Reference

The QtlMutexLocker class is a direct subclass of QMutexLocker. More...

Inheritance diagram for QtlMutexLocker:

Public Types

typedef QMutex Mutex
 The Mutex type for this locker class. More...
 

Public Member Functions

 QtlMutexLocker (Mutex *mutex)
 Constructor. More...
 

Private Member Functions

 QtlMutexLocker () Q_DECL_EQ_DELETE
 

Detailed Description

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.

Member Typedef Documentation

◆ Mutex

typedef QMutex QtlMutexLocker::Mutex

The Mutex type for this locker class.

Constructor & Destructor Documentation

◆ QtlMutexLocker() [1/2]

QtlMutexLocker::QtlMutexLocker ( Mutex mutex)
inline

Constructor.

Parameters
[in,out]mutexThe associated mutex.

◆ QtlMutexLocker() [2/2]

QtlMutexLocker::QtlMutexLocker ( )
private

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