AtomicValueBase() | OVR::AtomicValueBase< T > | [inline] |
AtomicValueBase(T val) | OVR::AtomicValueBase< T > | [inline, explicit] |
CompareAndSet_Acquire(T c, T val) | OVR::AtomicValueBase< T > | [inline] |
CompareAndSet_NoSync(T c, T val) | OVR::AtomicValueBase< T > | [inline] |
CompareAndSet_Release(T c, T val) | OVR::AtomicValueBase< T > | [inline] |
CompareAndSet_Sync(T c, T val) | OVR::AtomicValueBase< T > | [inline] |
Exchange_Acquire(T val) | OVR::AtomicValueBase< T > | [inline] |
Exchange_NoSync(T val) | OVR::AtomicValueBase< T > | [inline] |
Exchange_Release(T val) | OVR::AtomicValueBase< T > | [inline] |
Exchange_Sync(T val) | OVR::AtomicValueBase< T > | [inline] |
Load_Acquire() const | OVR::AtomicValueBase< T > | [inline] |
operator T() const | OVR::AtomicValueBase< T > | [inline] |
Ops typedef | OVR::AtomicValueBase< T > | [protected] |
Store_Release(T val) | OVR::AtomicValueBase< T > | [inline] |
Value | OVR::AtomicValueBase< T > |