|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
This is the complete list of members for juce::Atomic< Type >, including all inherited members.
| Atomic() noexcept | juce::Atomic< Type > | |
| Atomic(Type initialValue) noexcept | juce::Atomic< Type > | |
| Atomic(const Atomic &other) noexcept | juce::Atomic< Type > | |
| compareAndSetBool(Type newValue, Type valueToCompare) noexcept | juce::Atomic< Type > | |
| DiffType typedef (defined in juce::Atomic< Type >) | juce::Atomic< Type > | |
| exchange(Type newValue) noexcept | juce::Atomic< Type > | |
| get() const noexcept | juce::Atomic< Type > | |
| memoryBarrier() noexcept | juce::Atomic< Type > | |
| operator++() noexcept | juce::Atomic< Type > | |
| operator+=(DiffType amountToAdd) noexcept | juce::Atomic< Type > | |
| operator--() noexcept | juce::Atomic< Type > | |
| operator-=(DiffType amountToSubtract) noexcept | juce::Atomic< Type > | |
| operator=(const Atomic &other) noexcept | juce::Atomic< Type > | |
| operator=(Type newValue) noexcept | juce::Atomic< Type > | |
| set(Type newValue) noexcept | juce::Atomic< Type > | |
| value | juce::Atomic< Type > | |
| ~Atomic() noexcept | juce::Atomic< Type > |