Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::atomic< T > Member List

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

atomic(void)Realm::atomic< T >
atomic(T _value)Realm::atomic< T >explicit
atomic(const atomic< T > &copy_from)Realm::atomic< T >
compare_exchange(T &expected, T newval)Realm::atomic< T >
compare_exchange_relaxed(T &expected, T newval)Realm::atomic< T >
compare_exchange_weak(T &expected, T newval)Realm::atomic< T >
exchange(T newval)Realm::atomic< T >
fetch_add(T to_add)Realm::atomic< T >
fetch_add_acqrel(T to_add)Realm::atomic< T >
fetch_and(T to_and)Realm::atomic< T >
fetch_and_acqrel(T to_and)Realm::atomic< T >
fetch_max(T to_max)Realm::atomic< T >
fetch_max_acqrel(T to_max)Realm::atomic< T >
fetch_min(T to_min)Realm::atomic< T >
fetch_min_acqrel(T to_min)Realm::atomic< T >
fetch_or(T to_or)Realm::atomic< T >
fetch_or_acqrel(T to_or)Realm::atomic< T >
fetch_sub(T to_sub)Realm::atomic< T >
fetch_sub_acqrel(T to_sub)Realm::atomic< T >
fetch_xor(T to_xor)Realm::atomic< T >
fetch_xor_acqrel(T to_xor)Realm::atomic< T >
load(void) constRealm::atomic< T >
load_acquire(void) constRealm::atomic< T >
load_fenced(void) constRealm::atomic< T >
operator=(const atomic< T > &copy_from)Realm::atomic< T >
store(T newval)Realm::atomic< T >
store_release(T newval)Realm::atomic< T >
valueRealm::atomic< T >protected