OGRE 2.1
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 (void) const |
T | operator++ (int) |
T | operator++ (void) |
T | operator+= (const T &add) |
T | operator-- (int) |
T | operator-- (void) |
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.
|
inline |
Referenced by Ogre::SharedPtr< T >::unique(), and Ogre::SharedPtr< T >::use_count().
|
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 |