![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QAtomicInt, including all inherited members.
| QAtomicInt(int value) | QAtomicInt | inline |
| QAtomicInt(const QAtomicInt &other) | QAtomicInt | inline |
| compareExchange(int &expectedValue, int newValue, std::memory_order order1=std::memory_order_seq_cst, std::memory_order order2=std::memory_order_seq_cst) | QAtomicInt | inline |
| compareExchangeWeak(int &expectedValue, int newValue, std::memory_order order1=std::memory_order_seq_cst, std::memory_order order2=std::memory_order_seq_cst) | QAtomicInt | inline |
| deref() | QAtomicInt | inline |
| fetchAndAddAcquire(int valueToAdd) | QAtomicInt | inline |
| fetchAndAddOrdered(int valueToAdd) | QAtomicInt | inline |
| fetchAndAddRelaxed(int valueToAdd) | QAtomicInt | inline |
| fetchAndAddRelease(int valueToAdd) | QAtomicInt | inline |
| fetchAndStoreAcquire(int newValue) | QAtomicInt | inline |
| fetchAndStoreOrdered(int newValue) | QAtomicInt | inline |
| fetchAndStoreRelaxed(int newValue) | QAtomicInt | inline |
| fetchAndStoreRelease(int newValue) | QAtomicInt | inline |
| isFetchAndAddNative() | QAtomicInt | inlinestatic |
| isFetchAndAddWaitFree() | QAtomicInt | inlinestatic |
| isFetchAndStoreNative() | QAtomicInt | inlinestatic |
| isFetchAndStoreWaitFree() | QAtomicInt | inlinestatic |
| isReferenceCountingNative() | QAtomicInt | inlinestatic |
| isReferenceCountingWaitFree() | QAtomicInt | inlinestatic |
| isTestAndSetNative() | QAtomicInt | inlinestatic |
| isTestAndSetWaitFree() | QAtomicInt | inlinestatic |
| load() const | QAtomicInt | inline |
| load(std::memory_order order) const | QAtomicInt | inline |
| loadAcquire() const | QAtomicInt | inline |
| operator++() | QAtomicInt | inline |
| operator++(int) | QAtomicInt | inline |
| operator+=(int value) | QAtomicInt | inline |
| operator--() | QAtomicInt | inline |
| operator--(int) | QAtomicInt | inline |
| operator-=(int value) | QAtomicInt | inline |
| operator=(const QAtomicInt &other) | QAtomicInt | inline |
| operator=(int value) | QAtomicInt | inline |
| ref() | QAtomicInt | inline |
| store(int newValue) | QAtomicInt | inline |
| store(int newValue, std::memory_order order) | QAtomicInt | inline |
| storeRelease(int newValue) | QAtomicInt | inline |
| testAndSetAcquire(int expectedValue, int newValue) | QAtomicInt | inlinedeprecated |
| testAndSetOrdered(int expectedValue, int newValue) | QAtomicInt | inlinedeprecated |
| testAndSetRelaxed(int expectedValue, int newValue) | QAtomicInt | inlinedeprecated |
| testAndSetRelease(int expectedValue, int newValue) | QAtomicInt | inlinedeprecated |