#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 17 of file xsatomicint.h.
| typedef long XsAtomicIntValue |
Definition at line 17 of file xsatomicint.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.5.5 Git: 832f416fc Sat Dec 2 06:28:34 2017 +0100 at mar 26 may 2026 13:01:45 CEST |