#include "xsarray.h"

Go to the source code of this file.
Macros | |
| #define | XsIntArray_INITIALIZER XSARRAY_INITIALIZER(&g_xsIntArrayDescriptor) |
Typedefs | |
| typedef struct XsIntArray | XsIntArray |
Functions | |
| XSARRAY_STRUCT (XsIntArray, int) | |
| XSTYPES_DLL_API void | XsIntArray_construct (XsIntArray *thisPtr, XsSize count, int const *src) |
Variables | |
| const XsArrayDescriptor XSTYPES_DLL_API | g_xsIntArrayDescriptor |
| Descriptor for XsIntArray. More... | |
| #define XsIntArray_INITIALIZER XSARRAY_INITIALIZER(&g_xsIntArrayDescriptor) |
Definition at line 77 of file xsintarray.h.
| typedef struct XsIntArray XsIntArray |
Definition at line 80 of file xsintarray.h.
| XSARRAY_STRUCT | ( | XsIntArray | , |
| int | |||
| ) |
| XSTYPES_DLL_API void XsIntArray_construct | ( | XsIntArray * | thisPtr, |
| XsSize | count, | ||
| int const * | src | ||
| ) |
Definition at line 116 of file xsintarray.c.
| const XsArrayDescriptor XSTYPES_DLL_API g_xsIntArrayDescriptor |
Descriptor for XsIntArray.
Definition at line 101 of file xsintarray.c.