Qt 4.8
QAtomicInt Member List
This is the complete list of members for
QAtomicInt
, including all inherited members.
_q_value
QBasicAtomicInt
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
()
QAtomicInt
static
isFetchAndAddWaitFree
()
QAtomicInt
static
isFetchAndStoreNative
()
QAtomicInt
static
isFetchAndStoreWaitFree
()
QAtomicInt
static
isReferenceCountingNative
()
QAtomicInt
static
isReferenceCountingWaitFree
()
QAtomicInt
static
isTestAndSetNative
()
QAtomicInt
static
isTestAndSetWaitFree
()
QAtomicInt
static
operator int
() const
QAtomicInt
operator!
() const
QAtomicInt
operator!=
(int value) const
QAtomicInt
operator=
(int value)
QAtomicInt
inline
operator=
(const QAtomicInt &other)
QAtomicInt
inline
operator==
(int value) const
QAtomicInt
QAtomicInt
(int value=0)
QAtomicInt
inline
QAtomicInt
(const QAtomicInt &other)
QAtomicInt
inline
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
Qt 4.8 Source Code Browser