Main MRPT website > C++ reference for MRPT 1.9.9
xsdebugcounters.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef XSDEBUGCOUNTERS_H
10 #define XSDEBUGCOUNTERS_H
11 
12 #include "xsatomicint.h"
13 
14 // These counters are only available in the non-public version of the XsTypes
15 // library
16 // For the public version, they will all always have a 0 value.
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
24 
27 
30 
31 #ifdef __cplusplus
32 } // extern "C"
33 #endif
34 
35 #endif
XsMatrix_freeCount
XsAtomicInt XSTYPES_DLL_API XsMatrix_freeCount
xsatomicint.h
XsArray_allocCount
XsAtomicInt XSTYPES_DLL_API XsArray_allocCount
XsVector_freeCount
XsAtomicInt XSTYPES_DLL_API XsVector_freeCount
XsMatrix_allocCount
XsAtomicInt XSTYPES_DLL_API XsMatrix_allocCount
XsArray_freeCount
XsAtomicInt XSTYPES_DLL_API XsArray_freeCount
XSTYPES_DLL_API
#define XSTYPES_DLL_API
Definition: xstypesconfig.h:9
XsVector_allocCount
XsAtomicInt XSTYPES_DLL_API XsVector_allocCount
XsAtomicInt
Wrapper class for easy use of XsAtomicIntValue values.
Definition: xsatomicint.h:69



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST