STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
_Atomic< _Ty, _Bytes > Member List

This is the complete list of members for _Atomic< _Ty, _Bytes >, including all inherited members.

_Atomic(_Ty _Val)_Atomic< _Ty, _Bytes >inline
_Atomic() _NOEXCEPT_Atomic< _Ty, _Bytes >inline
_Atomic(const _Atomic &)=delete_Atomic< _Ty, _Bytes >
_Atomic_impl()_Atomic_impl< _Bytes >inline
_Compare_exchange_strong(void *_Tgt, void *_Exp, const void *_Value, memory_order _Order1, memory_order _Order2) volatile_Atomic_impl< _Bytes >inline
_Compare_exchange_weak(void *_Tgt, void *_Exp, const void *_Value, memory_order _Order1, memory_order _Order2) volatile_Atomic_impl< _Bytes >inline
_Exchange(void *_Left, void *_Right, memory_order _Order) volatile_Atomic_impl< _Bytes >inline
_Is_lock_free() const volatile_Atomic_impl< _Bytes >inline
_Load(void *_Tgt, const void *_Src, memory_order _Order) const volatile_Atomic_impl< _Bytes >inline
_My_val_Atomic< _Ty, _Bytes >
_Store(void *_Tgt, const void *_Src, memory_order _Order) volatile_Atomic_impl< _Bytes >inline
compare_exchange_strong(_Ty &_Exp, _Ty _Value, memory_order _Order1, memory_order _Order2) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_strong(_Ty &_Exp, _Ty _Value, memory_order _Order1, memory_order _Order2) _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_strong(_Ty &_Exp, _Ty _Value, memory_order _Order=memory_order_seq_cst) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_strong(_Ty &_Exp, _Ty _Value, memory_order _Order=memory_order_seq_cst) _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_weak(_Ty &_Exp, _Ty _Value, memory_order _Order1, memory_order _Order2) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_weak(_Ty &_Exp, _Ty _Value, memory_order _Order1, memory_order _Order2) _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_weak(_Ty &_Exp, _Ty _Value, memory_order _Order=memory_order_seq_cst) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
compare_exchange_weak(_Ty &_Exp, _Ty _Value, memory_order _Order=memory_order_seq_cst) _NOEXCEPT_Atomic< _Ty, _Bytes >inline
exchange(_Ty _Value, memory_order _Order=memory_order_seq_cst) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
exchange(_Ty _Value, memory_order _Order=memory_order_seq_cst) _NOEXCEPT_Atomic< _Ty, _Bytes >inline
is_lock_free() const volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
is_lock_free() const _NOEXCEPT_Atomic< _Ty, _Bytes >inline
load(memory_order _Order=memory_order_seq_cst) const volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
load(memory_order _Order=memory_order_seq_cst) const _NOEXCEPT_Atomic< _Ty, _Bytes >inline
operator _Ty() const volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
operator _Ty() const _NOEXCEPT_Atomic< _Ty, _Bytes >inline
operator=(const _Atomic &)=delete_Atomic< _Ty, _Bytes >
operator=(const _Atomic &) volatile=delete_Atomic< _Ty, _Bytes >
operator=(_Ty _Right) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
operator=(_Ty _Right) _NOEXCEPT_Atomic< _Ty, _Bytes >inline
store(_Ty _Value, memory_order _Order=memory_order_seq_cst) volatile _NOEXCEPT_Atomic< _Ty, _Bytes >inline
store(_Ty _Value, memory_order _Order=memory_order_seq_cst) _NOEXCEPT_Atomic< _Ty, _Bytes >inline