OGRE 2.1
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 (void) const |
T | operator++ (int) |
T | operator++ (void) |
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.
|
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 |
|
inline |
References OGRE_LOCK_AUTO_MUTEX.