fesa-core
5.0.1
|
This is the complete list of members for fesa::Atomic< T >, including all inherited members.
alignAndCreate(char *memory, T initialValue, bool ignoreInitialValue=false) | fesa::Atomic< T > | protectedstatic |
alignment | fesa::Atomic< T > | static |
Atomic(T initialValue=0) | fesa::Atomic< T > | explicit |
Atomic(char *memory, bool aligned, T initialValue=0, bool ignoreInitialValue=false) | fesa::Atomic< T > | |
checkAlignment(const char *pointer) | fesa::Atomic< T > | static |
compareAndExchange(T &expected, const T desired) | fesa::Atomic< T > | inline |
create(char *memory, T initialValue, bool ignoreInitialValue=false) | fesa::Atomic< T > | protectedstatic |
load() const | fesa::Atomic< T > | inline |
mine_ | fesa::Atomic< T > | protected |
store(T value) | fesa::Atomic< T > | inline |
unalignedSize | fesa::Atomic< T > | static |
value_ | fesa::Atomic< T > | protected |