ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Private Types | Private Attributes | List of all members
itk::AtomicInt< T * > Class Template Reference

#include <itkAtomicInt.h>

Detailed Description

template<typename T>
class itk::AtomicInt< T * >

Definition at line 164 of file itkAtomicInt.h.

Public Member Functions

 AtomicInt ()
 
 AtomicInt (T *val)
 
 AtomicInt (const AtomicInt< T * > &ai)
 
T * load () const
 
 operator T * () const
 
T * operator++ ()
 
T * operator++ (int)
 
T * operator+= (std::ptrdiff_t val)
 
T * operator-- ()
 
T * operator-- (int)
 
T * operator-= (std::ptrdiff_t val)
 
T * operator= (T *val)
 
AtomicInt< T * > & operator= (const AtomicInt< T * > &ai)
 
void store (T *val)
 

Private Types

typedef Detail::AtomicOps
< sizeof(T *)> 
Impl
 

Private Attributes

Impl::AtomicType m_Object
 

Member Typedef Documentation

template<typename T >
typedef Detail::AtomicOps<sizeof(T*)> itk::AtomicInt< T * >::Impl
private

Definition at line 167 of file itkAtomicInt.h.

Constructor & Destructor Documentation

template<typename T >
itk::AtomicInt< T * >::AtomicInt ( )
inline

Definition at line 170 of file itkAtomicInt.h.

template<typename T >
itk::AtomicInt< T * >::AtomicInt ( T *  val)
inline

Definition at line 174 of file itkAtomicInt.h.

template<typename T >
itk::AtomicInt< T * >::AtomicInt ( const AtomicInt< T * > &  ai)
inline

Definition at line 179 of file itkAtomicInt.h.

Member Function Documentation

template<typename T >
T* itk::AtomicInt< T * >::load ( ) const
inline

Definition at line 236 of file itkAtomicInt.h.

Referenced by operator=().

template<typename T >
itk::AtomicInt< T * >::operator T * ( ) const
inline

Definition at line 218 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator++ ( )
inline

Definition at line 184 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator++ ( int  )
inline

Definition at line 189 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator+= ( std::ptrdiff_t  val)
inline

Definition at line 206 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator-- ( )
inline

Definition at line 195 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator-- ( int  )
inline

Definition at line 200 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator-= ( std::ptrdiff_t  val)
inline

Definition at line 212 of file itkAtomicInt.h.

template<typename T >
T* itk::AtomicInt< T * >::operator= ( T *  val)
inline

Definition at line 223 of file itkAtomicInt.h.

template<typename T >
AtomicInt<T*>& itk::AtomicInt< T * >::operator= ( const AtomicInt< T * > &  ai)
inline

Definition at line 230 of file itkAtomicInt.h.

References load().

template<typename T >
void itk::AtomicInt< T * >::store ( T *  val)
inline

Definition at line 241 of file itkAtomicInt.h.

Member Data Documentation

template<typename T >
Impl::AtomicType itk::AtomicInt< T * >::m_Object
private

Definition at line 248 of file itkAtomicInt.h.


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