QAtomicPointer
#include <QtCore/QAtomicPointer>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QAtomicPointer
Overview
Inheritance
QBasicAtomicPointer | ||
QAtomicPointer |
Public Functions Index
QAtomicPointer (T *value=0) | |
QAtomicPointer (const QAtomicPointer< T > &other) | |
QAtomicPointer< T > & | operator= (T *value) |
QAtomicPointer< T > & | operator= (const QAtomicPointer< T > &other) |
T * | fetchAndAddAcquire (qptrdiff valueToAdd)![]() |
T * | fetchAndAddOrdered (qptrdiff valueToAdd)![]() |
T * | fetchAndAddRelaxed (qptrdiff valueToAdd)![]() |
T * | fetchAndAddRelease (qptrdiff valueToAdd)![]() |
T * | fetchAndStoreAcquire (T *newValue)![]() |
T * | fetchAndStoreOrdered (T *newValue)![]() |
T * | fetchAndStoreRelaxed (T *newValue)![]() |
T * | fetchAndStoreRelease (T *newValue)![]() |
operator T * () const ![]() | |
bool | operator! () const ![]() |
bool | operator!= (T *value) const ![]() |
T * | operator-> () const ![]() |
bool | operator== (T *value) const ![]() |
bool | testAndSetAcquire (T *expectedValue, T *newValue)![]() |
bool | testAndSetOrdered (T *expectedValue, T *newValue)![]() |
bool | testAndSetRelaxed (T *expectedValue, T *newValue)![]() |
bool | testAndSetRelease (T *expectedValue, T *newValue)![]() |
Static Public Functions Index
Only has inherited static public functions
bool | isFetchAndAddNative ()![]() |
bool | isFetchAndAddWaitFree ()![]() |
bool | isFetchAndStoreNative ()![]() |
bool | isFetchAndStoreWaitFree ()![]() |
bool | isTestAndSetNative ()![]() |
bool | isTestAndSetWaitFree ()![]() |
Public Functions
QAtomicPointer< T > &
QAtomicPointer< T > &
T * 
T * 
T * 
T * 
T * 
T * 
T * 
T * 
bool 
bool 
T * 
bool 
bool 
bool 
bool 
bool 
Static Public Functions
(Only has inherited static public functions)
bool 
bool 
bool 
bool 
bool 
bool 
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy