#include "xsdatapacketptrarray.h"
Go to the source code of this file.
Functions | |
int | compareDataPacketPtr (XsDataPacketPtr const *a, XsDataPacketPtr const *b) |
The function to use for comparing two items. More... | |
void | copyDataPacketPtr (XsDataPacketPtr *to, XsDataPacketPtr const *from) |
The function to use for copying the data of from to to. More... | |
void | swapDataPacketPtr (XsDataPacketPtr *a, XsDataPacketPtr *b) |
The function to use for swapping the data of two array items. More... | |
void | XsDataPacketPtrArray_construct (XsDataPacketPtrArray *thisPtr, XsSize count, XsDataPacketPtr const *src) |
void | zeroDataPacketPtr (XsDataPacketPtr *a) |
zero the pointer value More... | |
Variables | |
const XsArrayDescriptor | g_xsDataPacketPtrArrayDescriptor |
Descriptor for XsDataPacketPtrArray. More... | |
int compareDataPacketPtr | ( | XsDataPacketPtr const * | a, |
XsDataPacketPtr 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 xsdatapacketptrarray.c.
void copyDataPacketPtr | ( | XsDataPacketPtr * | to, |
XsDataPacketPtr 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 xsdatapacketptrarray.c.
void swapDataPacketPtr | ( | XsDataPacketPtr * | a, |
XsDataPacketPtr * | 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 xsdatapacketptrarray.c.
void XsDataPacketPtrArray_construct | ( | XsDataPacketPtrArray * | thisPtr, |
XsSize | count, | ||
XsDataPacketPtr const * | src | ||
) |
Definition at line 124 of file xsdatapacketptrarray.c.
void zeroDataPacketPtr | ( | XsDataPacketPtr * | a | ) |
zero the pointer value
Definition at line 103 of file xsdatapacketptrarray.c.
const XsArrayDescriptor g_xsDataPacketPtrArrayDescriptor |
Descriptor for XsDataPacketPtrArray.
Definition at line 109 of file xsdatapacketptrarray.c.