#include "xsint64array.h"
Go to the source code of this file.
Functions | |
| int | compareInt64 (int64_t const *a, int64_t const *b) |
| The function to use for comparing two items. More... | |
| void | copyInt64 (int64_t *to, int64_t const *from) |
| The function to use for copying the data of from to to. More... | |
| void | swapInt64 (int64_t *a, int64_t *b) |
| The function to use for swapping the data of two array items. More... | |
| void | XsInt64Array_construct (XsInt64Array *thisPtr, XsSize count, int64_t const *src) |
Variables | |
| const XsArrayDescriptor | g_xsInt64ArrayDescriptor |
| Descriptor for XsInt64Array. More... | |
| int compareInt64 | ( | int64_t const * | a, |
| int64_t 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 90 of file xsint64array.c.
| void copyInt64 | ( | int64_t * | to, |
| int64_t 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 83 of file xsint64array.c.
| void swapInt64 | ( | int64_t * | a, |
| int64_t * | 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 74 of file xsint64array.c.
| void XsInt64Array_construct | ( | XsInt64Array * | thisPtr, |
| XsSize | count, | ||
| int64_t const * | src | ||
| ) |
Definition at line 115 of file xsint64array.c.
| const XsArrayDescriptor g_xsInt64ArrayDescriptor |
Descriptor for XsInt64Array.
Definition at line 100 of file xsint64array.c.