#include <atomicops.h>
Public Member Functions | |
AE_FORCEINLINE T | fetch_add_acquire (T increment) |
AE_FORCEINLINE T | fetch_add_release (T increment) |
AE_FORCEINLINE T | load () const |
AE_FORCEINLINE | operator T () const |
template<typename U > | |
AE_FORCEINLINE weak_atomic const & | operator= (U &&x) |
AE_FORCEINLINE weak_atomic const & | operator= (weak_atomic const &other) |
weak_atomic () | |
template<typename U > | |
weak_atomic (U &&x) | |
weak_atomic (weak_atomic const &other) | |
weak_atomic (weak_atomic &&other) | |
Private Attributes | |
std::atomic< T > | value |
Definition at line 268 of file atomicops.h.
|
inline |
Definition at line 271 of file atomicops.h.
|
inline |
Definition at line 278 of file atomicops.h.
|
inline |
Definition at line 287 of file atomicops.h.
|
inline |
Definition at line 290 of file atomicops.h.
|
inline |
Definition at line 370 of file atomicops.h.
|
inline |
Definition at line 375 of file atomicops.h.
|
inline |
Definition at line 365 of file atomicops.h.
|
inline |
Definition at line 297 of file atomicops.h.
|
inline |
Definition at line 353 of file atomicops.h.
|
inline |
Definition at line 359 of file atomicops.h.
|
private |
Definition at line 387 of file atomicops.h.