#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 26 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_assign | ( | thisPtr, | |
| size, | |||
| src | |||
| ) | XsArray_assign(thisPtr, size, src) | 
Definition at line 19 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_construct | ( | thisPtr, | |
| size, | |||
| src | |||
| ) | XsOutputConfigurationArray_construct(thisPtr, size, src) | 
Definition at line 21 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_copy | ( | thisPtr, | |
| copy | |||
| ) | XsArray_copy(copy, thisPtr) | 
Definition at line 24 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_destruct | ( | thisPtr | ) | XsArray_destruct(thisPtr) | 
Definition at line 23 of file xsoutputconfigurationlist.h.
Definition at line 35 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_erase | ( | thisPtr, | |
| index, | |||
| count | |||
| ) | XsArray_erase(thisPtr, index, count) | 
Definition at line 33 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 30 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_popFront | ( | thisPtr, | |
| count | |||
| ) | XsArray_erase(thisPtr, 0, count) | 
Definition at line 28 of file xsoutputconfigurationlist.h.
| #define XsOutputConfigurationList_swap | ( | a, | |
| b | |||
| ) | XsArray_swap(a, b) | 
Definition at line 32 of file xsoutputconfigurationlist.h.
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |