Main MRPT website > C++ reference for MRPT 1.5.6
Macros
xsportinfolist.h File Reference
#include "xsportinfoarray.h"
Include dependency graph for xsportinfolist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XsPortInfoList   XsPortInfoArray
 
#define XSPORTINFOLIST_INITIALIZER   XSPORTINFOARRAY_INITIALIZER
 
#define XsPortInfoList_assign(thisPtr, size, src)   XsArray_assign(thisPtr, sz, src)
 
#define XsPortInfoList_construct(thisPtr, size, src)   XsPortInfoArray_construct(thisPtr, size, src)
 
#define XsPortInfoList_destruct(thisPtr)   XsArray_destruct(thisPtr)
 
#define XsPortInfoList_copy(thisPtr, copy)   XsArray_copy(copy, thisPtr)
 
#define XsPortInfoList_append(thisPtr, other)   XsArray_append(thisPtr, other)
 
#define XsPortInfoList_erase(thisPtr, index, count)   XsArray_erase(thisPtr, index, count)
 
#define XsPortInfoList_swap(a, b)   XsArray_swap(a, b)
 

Macro Definition Documentation

◆ XsPortInfoList

#define XsPortInfoList   XsPortInfoArray

Definition at line 14 of file xsportinfolist.h.

◆ XsPortInfoList_append

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

Definition at line 23 of file xsportinfolist.h.

◆ XsPortInfoList_assign

#define XsPortInfoList_assign (   thisPtr,
  size,
  src 
)    XsArray_assign(thisPtr, sz, src)

Definition at line 19 of file xsportinfolist.h.

◆ XsPortInfoList_construct

#define XsPortInfoList_construct (   thisPtr,
  size,
  src 
)    XsPortInfoArray_construct(thisPtr, size, src)

Definition at line 20 of file xsportinfolist.h.

◆ XsPortInfoList_copy

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

Definition at line 22 of file xsportinfolist.h.

◆ XsPortInfoList_destruct

#define XsPortInfoList_destruct (   thisPtr)    XsArray_destruct(thisPtr)

Definition at line 21 of file xsportinfolist.h.

◆ XsPortInfoList_erase

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

Definition at line 24 of file xsportinfolist.h.

◆ XSPORTINFOLIST_INITIALIZER

#define XSPORTINFOLIST_INITIALIZER   XSPORTINFOARRAY_INITIALIZER

Definition at line 18 of file xsportinfolist.h.

◆ XsPortInfoList_swap

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

Definition at line 25 of file xsportinfolist.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