Member List#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
stdgpu::atomic_ref< T > Member List
This is the complete list of members for stdgpu::atomic_ref< T >, including all inherited members.
atomic_ref()=delete | stdgpu::atomic_ref< T > | |
atomic_ref(T &obj) noexcept | stdgpu::atomic_ref< T > | explicit |
compare_exchange_strong(T &expected, const T desired, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
compare_exchange_weak(T &expected, const T desired, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
difference_type typedef | stdgpu::atomic_ref< T > | |
exchange(const T desired, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_add(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_and(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_dec_mod(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_inc_mod(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_max(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_min(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_or(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_sub(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
fetch_xor(const T arg, const memory_order order=memory_order_seq_cst) noexcept | stdgpu::atomic_ref< T > | |
is_lock_free() const noexcept | stdgpu::atomic_ref< T > | |
load(const memory_order order=memory_order_seq_cst) const | stdgpu::atomic_ref< T > | |
operator T() const | stdgpu::atomic_ref< T > | |
operator&=(const T arg) noexcept | stdgpu::atomic_ref< T > | |
operator++() noexcept | stdgpu::atomic_ref< T > | |
operator++(int) noexcept | stdgpu::atomic_ref< T > | |
operator+=(const T arg) noexcept | stdgpu::atomic_ref< T > | |
operator--() noexcept | stdgpu::atomic_ref< T > | |
operator--(int) noexcept | stdgpu::atomic_ref< T > | |
operator-=(const T arg) noexcept | stdgpu::atomic_ref< T > | |
operator=(const T desired) | stdgpu::atomic_ref< T > | |
operator^=(const T arg) noexcept | stdgpu::atomic_ref< T > | |
operator|=(const T arg) noexcept | stdgpu::atomic_ref< T > | |
store(const T desired, const memory_order order=memory_order_seq_cst) | stdgpu::atomic_ref< T > | |
value_type typedef | stdgpu::atomic_ref< T > |
Generated by 1.9.6