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)

其他继承的成员

详细描述

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.

成员函数

QAtomicInt::QAtomicInt(int value = 0)

Constructs a QAtomicInt with the given value.