Go to the source code of this file.
Functions | |
int | compareSyncSetting (XsSyncSetting const *a, XsSyncSetting const *b) |
The function to use for comparing two items. More... | |
void | copySyncSetting (XsSyncSetting *to, XsSyncSetting const *from) |
The function to use for copying the data of from to to. More... | |
void | XsSyncSettingArray_construct (XsSyncSettingArray *thisPtr, XsSize count, XsSyncSetting const *src) |
void | zeroSyncSetting (XsSyncSetting *a) |
zero the pointer value More... | |
Variables | |
const XsArrayDescriptor | g_xsSyncSettingArrayDescriptor |
Descriptor for XsSyncSettingArray. More... | |
int compareSyncSetting | ( | XsSyncSetting const * | a, |
XsSyncSetting 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 84 of file xssyncsettingarray.c.
void copySyncSetting | ( | XsSyncSetting * | to, |
XsSyncSetting 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 77 of file xssyncsettingarray.c.
void XsSyncSettingArray_construct | ( | XsSyncSettingArray * | thisPtr, |
XsSize | count, | ||
XsSyncSetting const * | src | ||
) |
Definition at line 112 of file xssyncsettingarray.c.
void zeroSyncSetting | ( | XsSyncSetting * | a | ) |
zero the pointer value
Definition at line 90 of file xssyncsettingarray.c.
const XsArrayDescriptor g_xsSyncSettingArrayDescriptor |
Descriptor for XsSyncSettingArray.
Definition at line 97 of file xssyncsettingarray.c.