Main MRPT website > C++ reference for MRPT 1.5.6
Macros
xsdeviceidlist.h File Reference
#include "xsdeviceidarray.h"
Include dependency graph for xsdeviceidlist.h:

Go to the source code of this file.

Macros

#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)
 

Macro Definition Documentation

◆ XsDeviceIdList

#define XsDeviceIdList   XsDeviceIdArray

Definition at line 14 of file xsdeviceidlist.h.

◆ XsDeviceIdList_append

#define XsDeviceIdList_append (   thisPtr,
  other 
)    XsArray_append(thisPtr, other)

Definition at line 23 of file xsdeviceidlist.h.

◆ XsDeviceIdList_assign

#define XsDeviceIdList_assign (   thisPtr,
  sz,
  src 
)    XsArray_assign(thisPtr, sz, src)

Definition at line 20 of file xsdeviceidlist.h.

◆ XsDeviceIdList_construct

#define XsDeviceIdList_construct (   thisPtr,
  sz,
  src 
)    XsDeviceIdArray_construct(thisPtr, sz, src)

Definition at line 19 of file xsdeviceidlist.h.

◆ XsDeviceIdList_copy

#define XsDeviceIdList_copy (   thisPtr,
  copy 
)    XsArray_copy(copy, thisPtr)

Definition at line 22 of file xsdeviceidlist.h.

◆ XsDeviceIdList_destruct

#define XsDeviceIdList_destruct (   thisPtr)    XsArray_destruct(thisPtr)

Definition at line 21 of file xsdeviceidlist.h.

◆ XsDeviceIdList_erase

#define XsDeviceIdList_erase (   thisPtr,
  index,
  count 
)    XsArray_erase(thisPtr, index, count)

Definition at line 27 of file xsdeviceidlist.h.

◆ XSDEVICEIDLIST_INITIALIZER

#define XSDEVICEIDLIST_INITIALIZER   XSDEVICEIDARRAY_INITIALIZER

Definition at line 18 of file xsdeviceidlist.h.

◆ XsDeviceIdList_popBack

#define XsDeviceIdList_popBack (   thisPtr,
  count 
)    XsArray_erase(thisPtr, (XsSize)-1, count)

Definition at line 25 of file xsdeviceidlist.h.

◆ XsDeviceIdList_popFront

#define XsDeviceIdList_popFront (   thisPtr,
  count 
)    XsArray_erase(thisPtr, 0, count)

Definition at line 24 of file xsdeviceidlist.h.

◆ XsDeviceIdList_swap

#define XsDeviceIdList_swap (   a,
  b 
)    XsArray_swap(a, b)

Definition at line 26 of file xsdeviceidlist.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019