Realm
Version 25.6.1-rc.4+77e872a5
A distributed, event-based tasking library
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
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 > ©_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) const
Realm::atomic< T >
load_acquire
(void) const
Realm::atomic< T >
load_fenced
(void) const
Realm::atomic< T >
operator=
(const atomic< T > ©_from)
Realm::atomic< T >
store
(T newval)
Realm::atomic< T >
store_release
(T newval)
Realm::atomic< T >
value
Realm::atomic< T >
protected
Generated by
1.9.8