Go to the source code of this file.
Functions | |
int | compareFilterProfile (XsFilterProfile const *a, XsFilterProfile const *b) |
The function to use for comparing two items. More... | |
void | copyFilterProfile (XsFilterProfile *to, XsFilterProfile const *from) |
The function to use for copying the data of from to to. More... | |
void | swapFilterProfile (XsFilterProfile *a, XsFilterProfile *b) |
The function to use for swapping the data of two array items. More... | |
void | XsFilterProfileArray_construct (XsFilterProfileArray *thisPtr, XsSize count, XsFilterProfile const *src) |
void | zeroFilterProfile (XsFilterProfile *a) |
zero the pointer value More... | |
Variables | |
const XsArrayDescriptor | g_xsFilterProfileArrayDescriptor |
Descriptor for XsFilterProfileArray. More... | |
int compareFilterProfile | ( | XsFilterProfile const * | a, |
XsFilterProfile 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 xsfilterprofilearray.c.
void copyFilterProfile | ( | XsFilterProfile * | to, |
XsFilterProfile 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 xsfilterprofilearray.c.
void swapFilterProfile | ( | XsFilterProfile * | a, |
XsFilterProfile * | 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 xsfilterprofilearray.c.
void XsFilterProfileArray_construct | ( | XsFilterProfileArray * | thisPtr, |
XsSize | count, | ||
XsFilterProfile const * | src | ||
) |
Definition at line 132 of file xsfilterprofilearray.c.
void zeroFilterProfile | ( | XsFilterProfile * | a | ) |
zero the pointer value
Definition at line 111 of file xsfilterprofilearray.c.
const XsArrayDescriptor g_xsFilterProfileArrayDescriptor |
Descriptor for XsFilterProfileArray.
Definition at line 117 of file xsfilterprofilearray.c.