Go to the documentation of this file.
28 #ifndef __AtomicObject_H__
29 #define __AtomicObject_H__
75 bool cas (
const T &old,
const T &nu)
78 if (
mField != old)
return false;
AtomicObject(const T &initial)
AtomicObject(const AtomicObject< T > &cousin)
#define OGRE_LOCK_AUTO_MUTEX
bool cas(const T &old, const T &nu)
T operator+=(const T &add)
void operator=(const AtomicObject< T > &cousin)
T operator-=(const T &sub)
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.