Go to the source code of this file.
|
#define | XsDeviceIdList XsDeviceIdArray |
|
#define | XSDEVICEIDLIST_INITIALIZER XSDEVICEIDARRAY_INITIALIZER |
|
#define | XsDeviceIdList_construct(thisPtr, sz, src) XsDeviceIdArray_construct(thisPtr, sz, src) |
|
#define | XsDeviceIdList_assign(thisPtr, sz, src) XsArray_assign(thisPtr, sz, src) |
|
#define | XsDeviceIdList_destruct(thisPtr) XsArray_destruct(thisPtr) |
|
#define | XsDeviceIdList_copy(thisPtr, copy) XsArray_copy(copy, thisPtr) |
|
#define | XsDeviceIdList_append(thisPtr, other) XsArray_append(thisPtr, other) |
|
#define | XsDeviceIdList_popFront(thisPtr, count) XsArray_erase(thisPtr, 0, count) |
|
#define | XsDeviceIdList_popBack(thisPtr, count) XsArray_erase(thisPtr, (XsSize)-1, count) |
|
#define | XsDeviceIdList_swap(a, b) XsArray_swap(a, b) |
|
#define | XsDeviceIdList_erase(thisPtr, index, count) XsArray_erase(thisPtr, index, count) |
|
◆ XsDeviceIdList
◆ XsDeviceIdList_append
#define XsDeviceIdList_append |
( |
|
thisPtr, |
|
|
|
other |
|
) |
| XsArray_append(thisPtr, other) |
◆ XsDeviceIdList_assign
◆ XsDeviceIdList_construct
◆ XsDeviceIdList_copy
#define XsDeviceIdList_copy |
( |
|
thisPtr, |
|
|
|
copy |
|
) |
| XsArray_copy(copy, thisPtr) |
◆ XsDeviceIdList_destruct
◆ XsDeviceIdList_erase
◆ XSDEVICEIDLIST_INITIALIZER
◆ XsDeviceIdList_popBack
◆ XsDeviceIdList_popFront
◆ XsDeviceIdList_swap