Go to the source code of this file.
Functions | |
int | compareStringOutputType (XsStringOutputType const *a, XsStringOutputType const *b) |
The function to use for comparing two items. More... | |
void | copyStringOutputType (XsStringOutputType *to, XsStringOutputType const *from) |
The function to use for copying the data of from to to. More... | |
void | swapStringOutputType (XsStringOutputType *a, XsStringOutputType *b) |
The function to use for swapping the data of two array items. More... | |
void | XsStringOutputTypeArray_construct (XsStringOutputTypeArray *thisPtr, XsSize count, XsStringOutputType const *src) |
Variables | |
const XsArrayDescriptor | g_xsStringOutputTypeArrayDescriptor |
Descriptor for XsStringOutputTypeArray. More... | |
int compareStringOutputType | ( | XsStringOutputType const * | a, |
XsStringOutputType const * | b | ||
) |
The function to use for comparing two items.
a | Left hand side of comparison. |
b | Right hand side of comparison. |
Definition at line 95 of file xsstringoutputtypearray.c.
void copyStringOutputType | ( | XsStringOutputType * | to, |
XsStringOutputType const * | from | ||
) |
The function to use for copying the data of from to to.
to | Pointer to item to copy to. |
from | Pointer to item to copy from. |
Definition at line 87 of file xsstringoutputtypearray.c.
void swapStringOutputType | ( | XsStringOutputType * | a, |
XsStringOutputType * | b | ||
) |
The function to use for swapping the data of two array items.
a | Pointer to first item to swap. |
b | Pointer to second item to swap. |
Definition at line 77 of file xsstringoutputtypearray.c.
void XsStringOutputTypeArray_construct | ( | XsStringOutputTypeArray * | thisPtr, |
XsSize | count, | ||
XsStringOutputType const * | src | ||
) |
Definition at line 120 of file xsstringoutputtypearray.c.
const XsArrayDescriptor g_xsStringOutputTypeArrayDescriptor |
Descriptor for XsStringOutputTypeArray.
Definition at line 105 of file xsstringoutputtypearray.c.