Qt 4.8
QAtomicInt Member List

This is the complete list of members for QAtomicInt, including all inherited members.

_q_valueQBasicAtomicInt
deref()QAtomicInt
fetchAndAddAcquire(int valueToAdd)QAtomicInt
fetchAndAddOrdered(int valueToAdd)QAtomicInt
fetchAndAddRelaxed(int valueToAdd)QAtomicInt
fetchAndAddRelease(int valueToAdd)QAtomicInt
fetchAndStoreAcquire(int newValue)QAtomicInt
fetchAndStoreOrdered(int newValue)QAtomicInt
fetchAndStoreRelaxed(int newValue)QAtomicInt
fetchAndStoreRelease(int newValue)QAtomicInt
isFetchAndAddNative()QAtomicIntstatic
isFetchAndAddWaitFree()QAtomicIntstatic
isFetchAndStoreNative()QAtomicIntstatic
isFetchAndStoreWaitFree()QAtomicIntstatic
isReferenceCountingNative()QAtomicIntstatic
isReferenceCountingWaitFree()QAtomicIntstatic
isTestAndSetNative()QAtomicIntstatic
isTestAndSetWaitFree()QAtomicIntstatic
operator int() constQAtomicInt
operator!() constQAtomicInt
operator!=(int value) constQAtomicInt
operator=(int value)QAtomicIntinline
operator=(const QAtomicInt &other)QAtomicIntinline
operator==(int value) constQAtomicInt
QAtomicInt(int value=0)QAtomicIntinline
QAtomicInt(const QAtomicInt &other)QAtomicIntinline
ref()QAtomicInt
testAndSetAcquire(int expectedValue, int newValue)QAtomicInt
testAndSetOrdered(int expectedValue, int newValue)QAtomicInt
testAndSetRelaxed(int expectedValue, int newValue)QAtomicInt
testAndSetRelease(int expectedValue, int newValue)QAtomicInt