Go to the source code of this file.
Macros | |
#define | XSFILTERPROFILEARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsFilterProfileArrayDescriptor) |
Typedefs | |
typedef struct XsFilterProfileArray | XsFilterProfileArray |
Functions | |
XSARRAY_STRUCT (XsFilterProfileArray, struct XsFilterProfile) | |
XSTYPES_DLL_API void | XsFilterProfileArray_construct (XsFilterProfileArray *thisPtr, XsSize count, struct XsFilterProfile const *src) |
Variables | |
const XsArrayDescriptor XSTYPES_DLL_API | g_xsFilterProfileArrayDescriptor |
Descriptor for XsFilterProfileArray. More... | |
#define XSFILTERPROFILEARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsFilterProfileArrayDescriptor) |
Definition at line 79 of file xsfilterprofilearray.h.
typedef struct XsFilterProfileArray XsFilterProfileArray |
Definition at line 84 of file xsfilterprofilearray.h.
XSARRAY_STRUCT | ( | XsFilterProfileArray | , |
struct XsFilterProfile | |||
) |
XSTYPES_DLL_API void XsFilterProfileArray_construct | ( | XsFilterProfileArray * | thisPtr, |
XsSize | count, | ||
struct XsFilterProfile const * | src | ||
) |
const XsArrayDescriptor XSTYPES_DLL_API g_xsFilterProfileArrayDescriptor |
Descriptor for XsFilterProfileArray.
Definition at line 117 of file xsfilterprofilearray.c.