Go to the documentation of this file.
25 #ifndef _UCOMMON_ATOMIC_H_
26 #define _UCOMMON_ATOMIC_H_
28 #ifndef _UCOMMON_CONFIG_H_
65 long operator+=(
long offset);
66 long operator-=(
long offset);
68 inline operator long()
69 {
return (
long)(value);};
71 inline long operator*()