|
XRootD
|
This is the complete list of members for XrdSys::RAtomic< T >, including all inherited members.
| compare_exchange_strong(T &v1, T v2, std::memory_order mo1=std::memory_order_relaxed, std::memory_order mo2=std::memory_order_relaxed) noexcept | XrdSys::RAtomic< T > | inline |
| compare_exchange_strong(T &v1, T v2, std::memory_order mo1=std::memory_order_relaxed, std::memory_order mo2=std::memory_order_relaxed) volatile noexcept | XrdSys::RAtomic< T > | inline |
| compare_exchange_weak(T &v1, T v2, std::memory_order mo1=std::memory_order_relaxed, std::memory_order mo2=std::memory_order_relaxed) noexcept | XrdSys::RAtomic< T > | inline |
| compare_exchange_weak(T &v1, T v2, std::memory_order mo1=std::memory_order_relaxed, std::memory_order mo2=std::memory_order_relaxed) volatile noexcept | XrdSys::RAtomic< T > | inline |
| exchange(T v, std::memory_order mo=std::memory_order_relaxed) noexcept | XrdSys::RAtomic< T > | inline |
| exchange(T v, std::memory_order mo=std::memory_order_relaxed) volatile noexcept | XrdSys::RAtomic< T > | inline |
| fetch_and(T v) noexcept | XrdSys::RAtomic< T > | inline |
| fetch_or(T v) noexcept | XrdSys::RAtomic< T > | inline |
| fetch_xor(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator T() noexcept | XrdSys::RAtomic< T > | inline |
| operator T() volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator&=(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator&=(T v) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator++(int) noexcept | XrdSys::RAtomic< T > | inline |
| operator++(int) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator++() noexcept | XrdSys::RAtomic< T > | inline |
| operator++() volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator+=(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator+=(T v) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator--(int) noexcept | XrdSys::RAtomic< T > | inline |
| operator--(int) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator--() noexcept | XrdSys::RAtomic< T > | inline |
| operator--() volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator-=(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator-=(T v) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator=(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator=(T v) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator^=(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator^=(T v) volatile noexcept | XrdSys::RAtomic< T > | inline |
| operator|=(T v) noexcept | XrdSys::RAtomic< T > | inline |
| operator|=(T v) volatile noexcept | XrdSys::RAtomic< T > | inline |
| RAtomic() | XrdSys::RAtomic< T > | inline |
| RAtomic(T v) | XrdSys::RAtomic< T > | inline |