Atomic64< T > Member List

This is the complete list of members for Atomic64< T > , including all inherited members.

_value Atomic64< T > private
Atomic64 (T value=T()) Atomic64< T >
Get () const Atomic64< T >
Load () const Atomic64< T >
Load (T volatile *v) Atomic64< T > static
LoadAcquire () const Atomic64< T >
LoadAcquire (T volatile *v) Atomic64< T > static
LoadConsume () const Atomic64< T >
LoadConsume (T volatile *v) Atomic64< T > static
LoadRelaxed () const Atomic64< T >
LoadRelaxed (T volatile *v) Atomic64< T > static
MAXON_DISALLOW_COPY_AND_ASSIGN (Atomic64) Atomic64< T > private
Set (T newValue) Atomic64< T >
Store (T newValue) Atomic64< T >
Store (T volatile *v, T newValue) Atomic64< T > static
StoreRelaxed (T newValue) Atomic64< T >
StoreRelaxed (T volatile *v, T newValue) Atomic64< T > static
StoreRelease (T newValue) Atomic64< T >
StoreRelease (T volatile *v, T newValue) Atomic64< T > static
Swap (T newValue) Atomic64< T >
Swap (T volatile *v, T newValue) Atomic64< T > static
SwapAdd (T add) Atomic64< T >
SwapAdd (T volatile *v, T add) Atomic64< T > static
SwapDecrement () Atomic64< T >
SwapDecrement (T volatile *v) Atomic64< T > static
SwapIncrement () Atomic64< T >
SwapIncrement (T volatile *v) Atomic64< T > static
TryCompareAndSwap (T newValue, T compare) Atomic64< T >
TryCompareAndSwap (T volatile *v, T newValue, T compare) Atomic64< T > static
ValueType typedef Atomic64< T >