QAtomicInt 類

The QAtomicInt class provides platform-independent atomic operations on int. 更多...

頭: #include <QAtomicInt>
qmake: QT += core
Since: Qt 4.4
繼承: QAtomicInteger

公共函數

QAtomicInt (int value = 0)

額外繼承成員

詳細描述

The QAtomicInt class provides platform-independent atomic operations on int.

此類相當於 QAtomicInteger<int> 。所有其它功能等同。請參閱相應類以獲取更多信息。

另請參閱 QAtomicInteger and QAtomicPointer .

成員函數文檔編製

QAtomicInt:: QAtomicInt ( int value = 0)

構造 QAtomicInt 采用給定 value .