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

Go to the source code of this file.

Macros

#define XsIntList   XsIntArray
 
#define XSINTLIST_INITIALIZER   XsIntArray_INITIALIZER
 
#define XsIntList_construct(thisPtr, sz, src)   XsIntArray_construct(thisPtr, sz, src)
 
#define XsIntList_assign(thisPtr, sz, src)   XsArray_assign(thisPtr, sz, src)
 
#define XsIntList_destruct(thisPtr)   XsArray_destruct(thisPtr)
 
#define XsIntList_copy(thisPtr, copy)   XsArray_copy(copy, thisPtr)
 
#define XsIntList_append(thisPtr, other)   XsArray_append(thisPtr, other)
 
#define XsIntList_popFront(thisPtr, count)   XsArray_erase(thisPtr, 0, count)
 
#define XsIntList_popBack(thisPtr, count)   XsArray_erase(thisPtr, (XsSize)-1, count)
 
#define XsIntList_swap(a, b)   XsArray_swap(a, b)
 
#define XsIntList_erase(thisPtr, index, count)   XsArray_erase(thisPtr, index, count)
 
#define XsIntList_find(thisPtr, needle)   XsArray_find(thisPtr, needle)
 

Macro Definition Documentation

◆ XsIntList

#define XsIntList   XsIntArray

Definition at line 14 of file xsintlist.h.

◆ XsIntList_append

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

Definition at line 23 of file xsintlist.h.

◆ XsIntList_assign

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

Definition at line 20 of file xsintlist.h.

◆ XsIntList_construct

#define XsIntList_construct (   thisPtr,
  sz,
  src 
)    XsIntArray_construct(thisPtr, sz, src)

Definition at line 19 of file xsintlist.h.

◆ XsIntList_copy

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

Definition at line 22 of file xsintlist.h.

◆ XsIntList_destruct

#define XsIntList_destruct (   thisPtr)    XsArray_destruct(thisPtr)

Definition at line 21 of file xsintlist.h.

◆ XsIntList_erase

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

Definition at line 27 of file xsintlist.h.

◆ XsIntList_find

#define XsIntList_find (   thisPtr,
  needle 
)    XsArray_find(thisPtr, needle)

Definition at line 28 of file xsintlist.h.

◆ XSINTLIST_INITIALIZER

#define XSINTLIST_INITIALIZER   XsIntArray_INITIALIZER

Definition at line 18 of file xsintlist.h.

◆ XsIntList_popBack

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

Definition at line 25 of file xsintlist.h.

◆ XsIntList_popFront

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

Definition at line 24 of file xsintlist.h.

◆ XsIntList_swap

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

Definition at line 26 of file xsintlist.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