LMMS
Loading...
Searching...
No Matches
water::Atomic< Type > Member List

This is the complete list of members for water::Atomic< Type >, including all inherited members.

__attribute__((aligned(WATER_ALIGN_SIZE))) mutable volatile Type valuewater::Atomic< Type >
Atomic() noexceptwater::Atomic< Type >inline
Atomic(const Type initialValue) noexceptwater::Atomic< Type >inlineexplicit
Atomic(const Atomic &other) noexceptwater::Atomic< Type >inline
castFrom32Bit(int32 value) noexceptwater::Atomic< Type >inlineprivatestatic
castFrom32Bit(uint32 value) noexceptwater::Atomic< Type >inlineprivatestatic
castFrom64Bit(int64 value) noexceptwater::Atomic< Type >inlineprivatestatic
castFrom64Bit(uint64 value) noexceptwater::Atomic< Type >inlineprivatestatic
castFromLong(long value) noexceptwater::Atomic< Type >inlineprivatestatic
castTo(Source value) noexceptwater::Atomic< Type >inlineprivatestatic
castTo32Bit(Type value) noexceptwater::Atomic< Type >inlineprivatestatic
castTo64Bit(Type value) noexceptwater::Atomic< Type >inlineprivatestatic
castToLong(Type value) noexceptwater::Atomic< Type >inlineprivatestatic
compareAndSetBool(Type newValue, Type valueToCompare) noexceptwater::Atomic< Type >inline
compareAndSetValue(Type newValue, Type valueToCompare) noexceptwater::Atomic< Type >inline
exchange(Type value) noexceptwater::Atomic< Type >inline
get() const noexceptwater::Atomic< Type >
get() const noexceptwater::Atomic< Type >inline
get() const noexceptwater::Atomic< Type >inline
get() const noexceptwater::Atomic< Type >inline
get() const noexceptwater::Atomic< Type >inline
memoryBarrier() noexceptwater::Atomic< Type >inlinestatic
negateValue(ValueType n) noexceptwater::Atomic< Type >inlineprivate
negateValue(PointerType *n) noexceptwater::Atomic< Type >inlineprivate
operator++() noexceptwater::Atomic< Type >inline
operator++(int)water::Atomic< Type >private
operator+=(Type amountToAdd) noexceptwater::Atomic< Type >inline
operator--() noexceptwater::Atomic< Type >inline
operator--(int)water::Atomic< Type >private
operator-=(Type amountToSubtract) noexceptwater::Atomic< Type >inline
operator=(const Atomic &other) noexceptwater::Atomic< Type >inline
operator=(const Type newValue) noexceptwater::Atomic< Type >inline
set(Type newValue) noexceptwater::Atomic< Type >inline
~Atomic() noexceptwater::Atomic< Type >inline