Qt 5.7
Qt Core
C++ Classes
QAtomicPointer
Qt 5.7.1 Reference Documentation
List of All Members for QAtomicPointer
This is the complete list of members for
QAtomicPointer
, including inherited members.
typedef
AtomicType
typedef
Ops
typedef
Type
QAtomicPointer
(T *)
QAtomicPointer
(const QAtomicPointer<T> &)
_q_value
: AtomicType
fetchAndAddAcquire
(qptrdiff ) : Type
fetchAndAddAcquire
(qptrdiff ) : T *
fetchAndAddOrdered
(qptrdiff ) : Type
fetchAndAddOrdered
(qptrdiff ) : T *
fetchAndAddRelaxed
(qptrdiff ) : Type
fetchAndAddRelaxed
(qptrdiff ) : T *
fetchAndAddRelease
(qptrdiff ) : Type
fetchAndAddRelease
(qptrdiff ) : T *
fetchAndStoreAcquire
(Type ) : Type
fetchAndStoreAcquire
(T *) : T *
fetchAndStoreOrdered
(Type ) : Type
fetchAndStoreOrdered
(T *) : T *
fetchAndStoreRelaxed
(Type ) : Type
fetchAndStoreRelaxed
(T *) : T *
fetchAndStoreRelease
(Type ) : Type
fetchAndStoreRelease
(T *) : T *
fetchAndSubAcquire
(qptrdiff ) : Type
fetchAndSubOrdered
(qptrdiff ) : Type
fetchAndSubRelaxed
(qptrdiff ) : Type
fetchAndSubRelease
(qptrdiff ) : Type
isFetchAndAddNative
() : bool
isFetchAndAddNative
() : bool
isFetchAndAddWaitFree
() : bool
isFetchAndAddWaitFree
() : bool
isFetchAndStoreNative
() : bool
isFetchAndStoreNative
() : bool
isFetchAndStoreWaitFree
() : bool
isFetchAndStoreWaitFree
() : bool
isTestAndSetNative
() : bool
isTestAndSetNative
() : bool
isTestAndSetWaitFree
() : bool
isTestAndSetWaitFree
() : bool
load
() const : Type
load
() const : T *
loadAcquire
() const : Type
loadAcquire
() const : T *
store
(Type )
store
(T *)
storeRelease
(Type )
storeRelease
(T *)
testAndSetAcquire
(Type , Type ) : bool
testAndSetAcquire
(T *, T *) : bool
testAndSetAcquire
(Type , Type , Type &) : bool
testAndSetOrdered
(Type , Type ) : bool
testAndSetOrdered
(T *, T *) : bool
testAndSetOrdered
(Type , Type , Type &) : bool
testAndSetRelaxed
(Type , Type ) : bool
testAndSetRelaxed
(T *, T *) : bool
testAndSetRelaxed
(Type , Type , Type &) : bool
testAndSetRelease
(Type , Type ) : bool
testAndSetRelease
(T *, T *) : bool
testAndSetRelease
(Type , Type , Type &) : bool
operator Type
() const
operator++
() : Type
operator++
(
int
) : Type
operator+=
(qptrdiff ) : Type
operator--
() : Type
operator--
(
int
) : Type
operator-=
(qptrdiff ) : Type
operator=
(Type ) : Type
operator=
(const QAtomicPointer<T> &) : QAtomicPointer<T> &