#include "xsarray.h"Go to the source code of this file.
Macros | |
| #define | XSSTRINGARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsStringArrayDescriptor) |
| #define | XsStringArray_destruct(thisPtr) XsArray_destruct(thisPtr) |
Typedefs | |
| typedef struct XsStringArray | XsStringArray |
Functions | |
| XSARRAY_STRUCT (XsStringArray, struct XsString) | |
| XSTYPES_DLL_API void | XsStringArray_construct (XsStringArray *thisPtr, XsSize count, struct XsString const *src) |
Variables | |
| XsArrayDescriptor const XSTYPES_DLL_API | g_xsStringArrayDescriptor |
| #define XsStringArray_destruct | ( | thisPtr | ) | XsArray_destruct(thisPtr) |
Definition at line 31 of file xsstringarray.h.
| #define XSSTRINGARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsStringArrayDescriptor) |
Definition at line 22 of file xsstringarray.h.
| typedef struct XsStringArray XsStringArray |
Definition at line 26 of file xsstringarray.h.
| XSARRAY_STRUCT | ( | XsStringArray | , |
| struct XsString | |||
| ) |
| XSTYPES_DLL_API void XsStringArray_construct | ( | XsStringArray * | thisPtr, |
| XsSize | count, | ||
| struct XsString const * | src | ||
| ) |
|
extern |
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 63ea9d1f1 Thu Nov 23 00:06:53 2017 +0100 at mar 26 may 2026 12:19:29 CEST |