#include "xsoutputconfigurationarray.h"
Go to the source code of this file.
| #define XsOutputConfigurationList XsOutputConfigurationArray | 
Definition at line 13 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_append | ( | thisPtr, | |
| other | |||
| ) | XsArray_append(thisPtr, other) | 
Definition at line 22 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_assign | ( | thisPtr, | |
| size, | |||
| src | |||
| ) | XsArray_assign(thisPtr, size, src) | 
Definition at line 18 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_construct | ( | thisPtr, | |
| size, | |||
| src | |||
| ) | XsOutputConfigurationArray_construct(thisPtr, size, src) | 
Definition at line 19 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_copy | ( | thisPtr, | |
| copy | |||
| ) | XsArray_copy(copy, thisPtr) | 
Definition at line 21 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_destruct | ( | thisPtr | ) | XsArray_destruct(thisPtr) | 
Definition at line 20 of file xsoutputconfigurationlist.h.
Definition at line 27 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_erase | ( | thisPtr, | |
| index, | |||
| count | |||
| ) | XsArray_erase(thisPtr, index, count) | 
Definition at line 26 of file xsoutputconfigurationlist.h.
| #define XSOUTPUTCONFIGURATIONLIST_INITIALIZER XSOUTPUTCONFIGURATIONARRAY_INITIALIZER | 
Definition at line 17 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_popBack | ( | thisPtr, | |
| count | |||
| ) | XsArray_erase(thisPtr, (XsSize)-1, count) | 
Definition at line 24 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_popFront | ( | thisPtr, | |
| count | |||
| ) | XsArray_erase(thisPtr, 0, count) | 
Definition at line 23 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_swap | ( | a, | |
| b | |||
| ) | XsArray_swap(a, b) | 
Definition at line 25 of file xsoutputconfigurationlist.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |