OGRE-Next
4.0.0unstable
Object-Oriented Graphics Rendering Engine
|
#include <OgreAtomicScalar.h>
Public Member Functions | |
AtomicScalar () | |
AtomicScalar (const AtomicScalar< T > &cousin) | |
AtomicScalar (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-- () |
T | operator-- (int) |
T | operator-= (const T &sub) |
void | operator= (const AtomicScalar< T > &cousin) |
void | set (const T &v) |
|
inline |
|
inline |
|
inline |
|
inline |
References OGRE_LOCK_AUTO_MUTEX.
Referenced by Ogre::Resource::markForReload().
|
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 |
|
inline |
Referenced by Ogre::Resource::setToLoaded().