|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
#include <OgreAtomicObject.h>
| Public Member Functions | |
| AtomicObject () | |
| AtomicObject (const AtomicObject< T > &cousin) | |
| AtomicObject (const T &initial) | |
| bool | cas (const T &old, const T &nu) | 
| T | get () const | 
| T | operator++ () | 
| T | operator++ (int) | 
| T | operator+= (const T &add) | 
| T | operator-- (int) | 
| T | operator-= (const T &sub) | 
| void | operator= (const AtomicObject< T > &cousin) | 
| void | set (const T &v) | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
Referenced by Ogre::AtomicObject< T >::operator=().
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
| 
 | inline | 
References Ogre::AtomicObject< T >::get(), and Ogre::AtomicObject< T >::set().
| 
 | inline | 
References OGRE_LOCK_AUTO_MUTEX.
Referenced by Ogre::AtomicObject< T >::operator=().