#include <OgreAtomicScalar.h>
Public Member Functions | |
AtomicScalar (const T &initial) | |
AtomicScalar (const AtomicScalar< T > &cousin) | |
AtomicScalar () | |
bool | cas (const T &old, const T &nu) |
T | get (void) const |
T | operator++ (void) |
T | operator++ (int) |
T | operator+= (const T &add) |
T | operator-- (void) |
T | operator-- (int) |
T | operator-= (const T &sub) |
void | operator= (const AtomicScalar< T > &cousin) |
void | set (const T &v) |
Protected Attributes | |
volatile T | mField |
OGRE_AUTO_MUTEX | |
Definition at line 313 of file OgreAtomicScalar.h.
Ogre::AtomicScalar< T >::AtomicScalar | ( | const T & | initial) |
Definition at line 317 of file OgreAtomicScalar.h.
Ogre::AtomicScalar< T >::AtomicScalar | ( | const AtomicScalar< T > & | cousin) |
Definition at line 321 of file OgreAtomicScalar.h.
Ogre::AtomicScalar< T >::AtomicScalar | ( | ) |
Definition at line 325 of file OgreAtomicScalar.h.
bool Ogre::AtomicScalar< T >::cas | ( | const T & | old, |
const T & | nu | ||
) |
Definition at line 348 of file OgreAtomicScalar.h.
T Ogre::AtomicScalar< T >::get | ( | void | ) | const |
Definition at line 334 of file OgreAtomicScalar.h.
Referenced by Ogre::SharedPtr< Skeleton >::unique(), and Ogre::SharedPtr< Skeleton >::useCount().
T Ogre::AtomicScalar< T >::operator++ | ( | void | ) |
Definition at line 356 of file OgreAtomicScalar.h.
T Ogre::AtomicScalar< T >::operator++ | ( | int | ) |
Definition at line 368 of file OgreAtomicScalar.h.
T Ogre::AtomicScalar< T >::operator+= | ( | const T & | add) |
Definition at line 380 of file OgreAtomicScalar.h.
T Ogre::AtomicScalar< T >::operator-- | ( | void | ) |
Definition at line 362 of file OgreAtomicScalar.h.
T Ogre::AtomicScalar< T >::operator-- | ( | int | ) |
Definition at line 374 of file OgreAtomicScalar.h.
T Ogre::AtomicScalar< T >::operator-= | ( | const T & | sub) |
Definition at line 387 of file OgreAtomicScalar.h.
void Ogre::AtomicScalar< T >::operator= | ( | const AtomicScalar< T > & | cousin) |
Definition at line 328 of file OgreAtomicScalar.h.
void Ogre::AtomicScalar< T >::set | ( | const T & | v) |
Definition at line 342 of file OgreAtomicScalar.h.
|
protected |
|
protected |
Definition at line 396 of file OgreAtomicScalar.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Oct 23 2013 06:57:27