QAtomicInt Class
The QAtomicInt class provides platform-independent atomic operations on int. 更多...
头文件: | #include <QAtomicInt> |
qmake: | QT += core |
开始支持版本: | Qt 4.4 |
基类: | QAtomicInteger |
公有函数
QAtomicInt(int value = 0) |
- 46 个公有函数继承自 QAtomicInteger
- 49 个公有函数继承自 QBasicAtomicInteger
其他继承的成员
- 8 个静态公有成员继承自 QAtomicInteger
- 8 个静态公有成员继承自 QBasicAtomicInteger
详细描述
The QAtomicInt class provides platform-independent atomic operations on int.
This class is a equivalent to QAtomicInteger<int>
. All other functionality is equivalent. Please see that class for more information.
参见 QAtomicInteger and QAtomicPointer.