#include "xstypesconfig.h"
Go to the source code of this file.
Classes | |
class | XsAtomicInt |
Wrapper class for easy use of XsAtomicIntValue values. More... | |
Macros | |
#define | XSATOMICINT_INITIALIZER { 0 } |
#define | atomicIncrement(a) (++a) |
#define | atomicDecrement(a) (--a) |
Typedefs | |
typedef long | XsAtomicIntValue |
typedef struct XsAtomicInt | XsAtomicInt |
Definition at line 39 of file xsatomicint.h.
Definition at line 38 of file xsatomicint.h.
#define XSATOMICINT_INITIALIZER { 0 } |
Definition at line 21 of file xsatomicint.h.
typedef struct XsAtomicInt XsAtomicInt |
Definition at line 106 of file xsatomicint.h.
typedef long XsAtomicIntValue |
Definition at line 17 of file xsatomicint.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |