#include "xsarray.h"

Go to the source code of this file.
Macros | |
| #define | XsStringArray_destruct(thisPtr) XsArray_destruct(thisPtr) |
| #define | XSSTRINGARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsStringArrayDescriptor) |
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) |
| XSTYPES_DLL_API void | XsStringArray_fromSplicedString (struct XsStringArray *thisPtr, struct XsString const *src, struct XsString const *separators) |
| XSTYPES_DLL_API void | XsStringArray_join (struct XsStringArray const *thisPtr, struct XsString *result, struct XsString const *separator) |
Variables | |
| const XsArrayDescriptor XSTYPES_DLL_API | g_xsStringArrayDescriptor |
| Descriptor for XsStringArray. More... | |
| #define XsStringArray_destruct | ( | thisPtr | ) | XsArray_destruct(thisPtr) |
Definition at line 85 of file xsstringarray.h.
| #define XSSTRINGARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsStringArrayDescriptor) |
Definition at line 78 of file xsstringarray.h.
| typedef struct XsStringArray XsStringArray |
Definition at line 82 of file xsstringarray.h.
| XSARRAY_STRUCT | ( | XsStringArray | , |
| struct XsString | |||
| ) |
| XSTYPES_DLL_API void XsStringArray_construct | ( | XsStringArray * | thisPtr, |
| XsSize | count, | ||
| struct XsString const * | src | ||
| ) |
|
related |
|
related |
| const XsArrayDescriptor XSTYPES_DLL_API g_xsStringArrayDescriptor |
Descriptor for XsStringArray.
Definition at line 74 of file xsstringarray.c.