ITK  4.8.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 156 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 159 of file itkAtomicInt.h.

Constructor & Destructor Documentation

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

Definition at line 162 of file itkAtomicInt.h.

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

Definition at line 166 of file itkAtomicInt.h.

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

Definition at line 171 of file itkAtomicInt.h.

Member Function Documentation

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

Definition at line 228 of file itkAtomicInt.h.

Referenced by operator=().

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

Definition at line 210 of file itkAtomicInt.h.

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

Definition at line 176 of file itkAtomicInt.h.

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

Definition at line 181 of file itkAtomicInt.h.

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

Definition at line 198 of file itkAtomicInt.h.

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

Definition at line 187 of file itkAtomicInt.h.

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

Definition at line 192 of file itkAtomicInt.h.

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

Definition at line 204 of file itkAtomicInt.h.

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

Definition at line 215 of file itkAtomicInt.h.

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

Definition at line 222 of file itkAtomicInt.h.

References load().

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

Definition at line 233 of file itkAtomicInt.h.

Member Data Documentation

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

Definition at line 240 of file itkAtomicInt.h.


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