
Go to the source code of this file.
Functions | |
| int | compareXsOutputConfiguration (XsOutputConfiguration const *a, XsOutputConfiguration const *b) |
| The function to use for comparing two items. More... | |
| void | copyXsOutputConfiguration (XsOutputConfiguration *to, XsOutputConfiguration const *from) |
| The function to use for copying the data of from to to. More... | |
| void | swapXsOutputConfiguration (XsOutputConfiguration *a, XsOutputConfiguration *b) |
| The function to use for swapping the data of two array items. More... | |
| void | XsOutputConfigurationArray_construct (XsOutputConfigurationArray *thisPtr, XsSize count, XsOutputConfiguration const *src) |
Variables | |
| const XsArrayDescriptor | g_xsOutputConfigurationArrayDescriptor |
| Descriptor for XsOutputConfigurationArray. More... | |
| int compareXsOutputConfiguration | ( | XsOutputConfiguration const * | a, |
| XsOutputConfiguration 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 91 of file xsoutputconfigurationarray.c.
| void copyXsOutputConfiguration | ( | XsOutputConfiguration * | to, |
| XsOutputConfiguration 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 84 of file xsoutputconfigurationarray.c.
| void swapXsOutputConfiguration | ( | XsOutputConfiguration * | a, |
| XsOutputConfiguration * | 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 75 of file xsoutputconfigurationarray.c.
| void XsOutputConfigurationArray_construct | ( | XsOutputConfigurationArray * | thisPtr, |
| XsSize | count, | ||
| XsOutputConfiguration const * | src | ||
| ) |
Definition at line 120 of file xsoutputconfigurationarray.c.
| const XsArrayDescriptor g_xsOutputConfigurationArrayDescriptor |
Descriptor for XsOutputConfigurationArray.
Definition at line 105 of file xsoutputconfigurationarray.c.