|
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 > | |
| AtomicBase() noexcept | AtomicBase< Type > | |
| AtomicBase(const Type v) noexcept | AtomicBase< Type > | explicit |
| AtomicBase(const AtomicBase &other) noexcept | AtomicBase< Type > | |
| castFrom32Bit(int32 value) noexcept | AtomicBase< Type > | protectedstatic |
| castFrom64Bit(int64 value) noexcept | AtomicBase< Type > | protectedstatic |
| castTo(Source value) noexcept | AtomicBase< Type > | protectedstatic |
| castTo32Bit(Type value) noexcept | AtomicBase< Type > | protectedstatic |
| castTo64Bit(Type value) noexcept | AtomicBase< Type > | protectedstatic |
| 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 |
| negateValue(ValueType n) noexcept | AtomicBase< Type > | protected |
| negateValue(PointerType *n) noexcept | AtomicBase< Type > | protected |
| operator++() noexcept | Atomic< Type > | |
| AtomicBase::operator++(int) | AtomicBase< Type > | protected |
| operator+=(DiffType amountToAdd) noexcept | Atomic< Type > | |
| operator--() noexcept | Atomic< Type > | |
| AtomicBase::operator--(int) | AtomicBase< Type > | protected |
| operator-=(DiffType amountToSubtract) noexcept | Atomic< Type > | |
| operator=(const Atomic &other) noexcept | Atomic< Type > | |
| operator=(const Type newValue) noexcept | Atomic< Type > | |
| AtomicBase::operator=(const AtomicBase< Type > &other) noexcept | AtomicBase< Type > | |
| set(Type newValue) noexcept | Atomic< Type > | |
| value | AtomicBase< Type > | |
| ~Atomic() noexcept | Atomic< Type > |
1.8.13