#include "xsdeviceptrarray.h"
Go to the source code of this file.
Functions | |
int | compareDevicePtr (XsDevicePtr const *a, XsDevicePtr const *b) |
The function to use for comparing two items. More... | |
void | copyDevicePtr (XsDevicePtr *to, XsDevicePtr const *from) |
The function to use for copying the data of from to to. More... | |
void | swapDevicePtr (XsDevicePtr *a, XsDevicePtr *b) |
The function to use for swapping the data of two array items. More... | |
void | XsDevicePtrArray_construct (XsDevicePtrArray *thisPtr, XsSize count, XsDevicePtr const *src) |
void | zeroDevicePtr (XsDevicePtr *a) |
zero the pointer value More... | |
Variables | |
const XsArrayDescriptor | g_xsDevicePtrArrayDescriptor |
Descriptor for XsDevicePtrArray. More... | |
int compareDevicePtr | ( | XsDevicePtr const * | a, |
XsDevicePtr 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 93 of file xsdeviceptrarray.c.
void copyDevicePtr | ( | XsDevicePtr * | to, |
XsDevicePtr 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 85 of file xsdeviceptrarray.c.
void swapDevicePtr | ( | XsDevicePtr * | a, |
XsDevicePtr * | 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 xsdeviceptrarray.c.
void XsDevicePtrArray_construct | ( | XsDevicePtrArray * | thisPtr, |
XsSize | count, | ||
XsDevicePtr const * | src | ||
) |
Definition at line 124 of file xsdeviceptrarray.c.
void zeroDevicePtr | ( | XsDevicePtr * | a | ) |
zero the pointer value
Definition at line 103 of file xsdeviceptrarray.c.
const XsArrayDescriptor g_xsDevicePtrArrayDescriptor |
Descriptor for XsDevicePtrArray.
Definition at line 109 of file xsdeviceptrarray.c.