NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::atomic< bool > 成员列表

成员的完整列表,这些成员属于 neforce::atomic< bool >,包括所有继承而来的类成员

atomic(const bool value) noexceptneforce::atomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order success, const memory_order failure) noexceptneforce::atomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order success, const memory_order failure) volatile noexceptneforce::atomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) noexceptneforce::atomic< bool >inline
compare_exchange_strong(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) volatile noexceptneforce::atomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order success, const memory_order failure) noexceptneforce::atomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order success, const memory_order failure) volatile noexceptneforce::atomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) noexceptneforce::atomic< bool >inline
compare_exchange_weak(bool &value1, const bool value2, const memory_order mo=memory_order_seq_cst) volatile noexceptneforce::atomic< bool >inline
exchange(const bool value, const memory_order mo=memory_order_seq_cst) noexceptneforce::atomic< bool >inline
exchange(const bool value, const memory_order mo=memory_order_seq_cst) volatile noexceptneforce::atomic< bool >inline
is_lock_free() const noexceptneforce::atomic< bool >inline
is_lock_free() const volatile noexceptneforce::atomic< bool >inline
load(const memory_order mo=memory_order_seq_cst) const noexceptneforce::atomic< bool >inline
load(const memory_order mo=memory_order_seq_cst) const volatile noexceptneforce::atomic< bool >inline
notify_all() noexceptneforce::atomic< bool >inline
notify_one() noexceptneforce::atomic< bool >inline
operator bool() const noexceptneforce::atomic< bool >inline
operator bool() const volatile noexceptneforce::atomic< bool >inline
operator bool() const noexceptneforce::atomic< bool >inline
operator bool() const volatile noexceptneforce::atomic< bool >inline
operator=(const bool value) noexceptneforce::atomic< bool >inline
operator=(const bool value) volatile noexceptneforce::atomic< bool >inline
store(const bool value, const memory_order mo=memory_order_seq_cst) noexceptneforce::atomic< bool >inline
store(const bool value, const memory_order mo=memory_order_seq_cst) volatile noexceptneforce::atomic< bool >inline
value_type typedefneforce::atomic< bool >
wait(const bool old, const memory_order mo=memory_order_seq_cst) const noexceptneforce::atomic< bool >inline