#include "qmutex.h"Go to the source code of this file.
Classes | |
| class | TQtLockGuard | 
Defines | |
| #define | Q__LOCKGUARD(mutex) if (mutex) { } | 
| #define | Q__LOCKGUARD2(mutex) if (mutex) { } | 
| #define Q__LOCKGUARD | ( | mutex | ) | if (mutex) { } | 
Definition at line 64 of file TQtLockGuard.h.
| #define Q__LOCKGUARD2 | ( | mutex | ) | if (mutex) { } | 
Definition at line 65 of file TQtLockGuard.h.
 1.5.1