Qt 4.8
|
#include <QtCore/qglobal.h>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | QReadLocker |
The QReadLocker class is a convenience class that simplifies locking and unlocking read-write locks for read access. More... | |
class | QReadWriteLock |
The QReadWriteLock class provides read-write locking. More... | |
class | QWriteLocker |
The QWriteLocker class is a convenience class that simplifies locking and unlocking read-write locks for write access. More... | |