OGRE  1.10.11
Object-Oriented Graphics Rendering Engine
Ogre::AtomicScalar< T > Class Template Reference

#include <OgreAtomicScalar.h>

Public Member Functions

 AtomicScalar (const T &initial)
 
 AtomicScalar (const AtomicScalar< T > &cousin)
 
 AtomicScalar ()
 
bool cas (const T &old, const T &nu)
 
bool compare_exchange_strong (T &old, const T &nu)
 
get (void) const
 
load () const
 
operator++ (void)
 
operator++ (int)
 
operator+= (const T &add)
 
operator-- (void)
 
operator-- (int)
 
operator-= (const T &sub)
 
void operator= (const AtomicScalar< T > &cousin)
 
void set (const T &v)
 
void store (const T &v)
 

Constructor & Destructor Documentation

template<class T>
Ogre::AtomicScalar< T >::AtomicScalar ( const T &  initial)
inline
template<class T>
Ogre::AtomicScalar< T >::AtomicScalar ( const AtomicScalar< T > &  cousin)
inline
template<class T>
Ogre::AtomicScalar< T >::AtomicScalar ( )
inline

Member Function Documentation

template<class T>
void Ogre::AtomicScalar< T >::operator= ( const AtomicScalar< T > &  cousin)
inline
template<class T>
T Ogre::AtomicScalar< T >::get ( void  ) const
inline
template<class T>
void Ogre::AtomicScalar< T >::store ( const T &  v)
inline
template<class T>
void Ogre::AtomicScalar< T >::set ( const T &  v)
inline
template<class T>
bool Ogre::AtomicScalar< T >::cas ( const T &  old,
const T &  nu 
)
inline
template<class T>
bool Ogre::AtomicScalar< T >::compare_exchange_strong ( T &  old,
const T &  nu 
)
inline
template<class T>
T Ogre::AtomicScalar< T >::operator++ ( void  )
inline
template<class T>
T Ogre::AtomicScalar< T >::operator-- ( void  )
inline
template<class T>
T Ogre::AtomicScalar< T >::operator++ ( int  )
inline
template<class T>
T Ogre::AtomicScalar< T >::operator-- ( int  )
inline
template<class T>
T Ogre::AtomicScalar< T >::operator+= ( const T &  add)
inline
template<class T>
T Ogre::AtomicScalar< T >::operator-= ( const T &  sub)
inline

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