Public Member Functions | List of all members
atomic< T, Enable >::type Class Reference

atomic access to POD type capable of CAS. More...

#include <atomic_prv_basic.h>

Inheritance diagram for atomic< T, Enable >::type:
Inheritance graph
[legend]

Public Member Functions

 atomic () noexcept=default
 
 atomic (T t) noexcept
 
 atomic (const atomic &t) noexcept=default
 
 atomic () noexcept
 
 atomic (T t) noexcept
 
 atomic (const atomic &t)=default
 
atomicoperator++ () noexcept
 Note that the return value is atomically given.
 
atomicoperator-- () noexcept
 Note that the return value is atomically given.
 
atomicoperator+= (T t) noexcept
 Note that the return value is atomically given.
 
atomicoperator-= (T t) noexcept
 Note that the return value is atomically given.
 
bool decAndTest () noexcept
 
bool addAndTest (T t) noexcept
 
- Public Member Functions inherited from atomic_pod_cas< T >
 atomic_pod_cas (T t) noexcept
 
 atomic_pod_cas (const atomic_pod_cas &t) noexcept
 
 operator T () const noexcept
 
atomic_pod_casoperator= (T t) noexcept
 
atomic_pod_casoperator= (const atomic_pod_cas &x) noexcept
 
exchange (T newv) noexcept
 
bool compare_set_strong (T oldv, T newv) noexcept
 

Additional Inherited Members

- Protected Attributes inherited from atomic_pod_cas< T >
m_var
 

Detailed Description

template<typename T, class Enable>
class atomic< T, Enable >::type

atomic access to POD type capable of CAS.

atomic access to integer-POD-type capable of CAS.

Definition at line 140 of file atomic_prv_basic.h.


The documentation for this class was generated from the following file:

Generated for KAME4 by  doxygen 1.8.3