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

Go to the source code of this file.

Macros

#define XsMessageList   XsMessageArray
 
#define XSMESSAGELIST_INITIALIZER   XSMESSAGEARRAY_INITIALIZER
 
#define XsMessageList_assign(thisPtr, size, src)   XsArray_assign(thisPtr, size, src)
 
#define XsMessageList_destruct(thisPtr)   XsArray_destruct(thisPtr)
 
#define XsMessageList_copy(thisPtr, copy)   XsArray_copy(copy, thisPtr)
 
#define XsMessageList_append(thisPtr, other)   XsArray_append(thisPtr, other)
 
#define XsMessageList_popFront(thisPtr, count)   XsArray_erase(thisPtr, 0, count)
 
#define XsMessageList_popBack(thisPtr, count)   XsArray_erase(thisPtr, (XsSize) -1, count)
 
#define XsMessageList_swap(a, b)   XsArray_swap(a, b)
 
#define XsMessageList_erase(thisPtr, index, count)   XsArray_erase(thisPtr, index, count)
 

Macro Definition Documentation

◆ XsMessageList

#define XsMessageList   XsMessageArray

Definition at line 13 of file xsmessagelist.h.

◆ XsMessageList_append

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

Definition at line 21 of file xsmessagelist.h.

◆ XsMessageList_assign

#define XsMessageList_assign (   thisPtr,
  size,
  src 
)    XsArray_assign(thisPtr, size, src)

Definition at line 18 of file xsmessagelist.h.

◆ XsMessageList_copy

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

Definition at line 20 of file xsmessagelist.h.

◆ XsMessageList_destruct

#define XsMessageList_destruct (   thisPtr)    XsArray_destruct(thisPtr)

Definition at line 19 of file xsmessagelist.h.

◆ XsMessageList_erase

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

Definition at line 25 of file xsmessagelist.h.

◆ XSMESSAGELIST_INITIALIZER

#define XSMESSAGELIST_INITIALIZER   XSMESSAGEARRAY_INITIALIZER

Definition at line 17 of file xsmessagelist.h.

◆ XsMessageList_popBack

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

Definition at line 23 of file xsmessagelist.h.

◆ XsMessageList_popFront

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

Definition at line 22 of file xsmessagelist.h.

◆ XsMessageList_swap

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

Definition at line 24 of file xsmessagelist.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