
Go to the source code of this file.
Functions | |
| int | compareDeviceIds (XsDeviceId const *a, XsDeviceId const *b) |
| void | initDeviceId (XsDeviceId *did) |
| void | initDeviceIdToValue (XsDeviceId *did, XsDeviceId const *src) |
| void | XsDeviceIdArray_construct (XsDeviceIdArray *thisPtr, XsSize count, XsDeviceId const *src) |
Variables | |
| const XsArrayDescriptor | g_xsDeviceIdArrayDescriptor |
| Descriptor for XsDeviceIdArray. More... | |
| int compareDeviceIds | ( | XsDeviceId const * | a, |
| XsDeviceId const * | b | ||
| ) |
Definition at line 84 of file xsdeviceidarray.c.
| void initDeviceId | ( | XsDeviceId * | did | ) |
Definition at line 73 of file xsdeviceidarray.c.
| void initDeviceIdToValue | ( | XsDeviceId * | did, |
| XsDeviceId const * | src | ||
| ) |
Definition at line 79 of file xsdeviceidarray.c.
| void XsDeviceIdArray_construct | ( | XsDeviceIdArray * | thisPtr, |
| XsSize | count, | ||
| XsDeviceId const * | src | ||
| ) |
Definition at line 111 of file xsdeviceidarray.c.
| const XsArrayDescriptor g_xsDeviceIdArrayDescriptor |
Descriptor for XsDeviceIdArray.
Definition at line 96 of file xsdeviceidarray.c.