|
JUCE
|
This is the complete list of members for Atomic< Type >, including all inherited members.
| Atomic() noexcept | Atomic< Type > | |
| Atomic(const Type initialValue) noexcept | Atomic< Type > | explicit |
| Atomic(const Atomic &other) noexcept | Atomic< Type > | |
| compareAndSetBool(Type newValue, Type valueToCompare) noexcept | Atomic< Type > | |
| compareAndSetValue(Type newValue, Type valueToCompare) noexcept | Atomic< Type > | |
| DiffType typedef | Atomic< Type > | |
| exchange(Type v) noexcept | Atomic< Type > | |
| get() const noexcept | Atomic< Type > | |
| memoryBarrier() noexcept | Atomic< Type > | static |
| operator++() noexcept | Atomic< Type > | |
| operator+=(DiffType amountToAdd) noexcept | Atomic< Type > | |
| operator--() noexcept | Atomic< Type > | |
| operator-=(DiffType amountToSubtract) noexcept | Atomic< Type > | |
| operator=(const Atomic &other) noexcept | Atomic< Type > | |
| operator=(const Type newValue) noexcept | Atomic< Type > | |
| set(Type newValue) noexcept | Atomic< Type > | |
| ~Atomic() noexcept | Atomic< Type > |
1.8.13