Macros
Macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define const_forEach(listtype, list)   for ( listtype::const_iterator iter = (list)->begin(); iter != (list)->end(); ++iter )
 
#define const_forEachAs(listtype, list, iter)   for ( listtype::const_iterator iter = (list)->begin(); iter != (list)->end(); ++iter )
 
#define const_forEachR(listtype, list)   for ( listtype::const_reverse_iterator iter = (list)->rbegin(); iter != (list)->rend(); ++iter )
 
#define forEach(listtype, list)   for ( listtype::iterator iter = (list)->begin(); iter != (list)->end(); ++iter )
 
#define forEachAs(listtype, list, iter)   for ( listtype::iterator iter = (list)->begin(); iter != (list)->end(); ++iter )
 
#define forEachR(listtype, list)   for ( listtype::reverse_iterator iter = (list)->rbegin(); iter != (list)->rend(); ++iter )
 
#define KARTO_DEPRECATED
 
#define KARTO_EXPORT
 

Macro Definition Documentation

◆ const_forEach

#define const_forEach (   listtype,
  list 
)    for ( listtype::const_iterator iter = (list)->begin(); iter != (list)->end(); ++iter )

Definition at line 72 of file Macros.h.

◆ const_forEachAs

#define const_forEachAs (   listtype,
  list,
  iter 
)    for ( listtype::const_iterator iter = (list)->begin(); iter != (list)->end(); ++iter )

Definition at line 75 of file Macros.h.

◆ const_forEachR

#define const_forEachR (   listtype,
  list 
)    for ( listtype::const_reverse_iterator iter = (list)->rbegin(); iter != (list)->rend(); ++iter )

Definition at line 81 of file Macros.h.

◆ forEach

#define forEach (   listtype,
  list 
)    for ( listtype::iterator iter = (list)->begin(); iter != (list)->end(); ++iter )

Helper defines for std iterator loops

Definition at line 66 of file Macros.h.

◆ forEachAs

#define forEachAs (   listtype,
  list,
  iter 
)    for ( listtype::iterator iter = (list)->begin(); iter != (list)->end(); ++iter )

Definition at line 69 of file Macros.h.

◆ forEachR

#define forEachR (   listtype,
  list 
)    for ( listtype::reverse_iterator iter = (list)->rbegin(); iter != (list)->rend(); ++iter )

Definition at line 78 of file Macros.h.

◆ KARTO_DEPRECATED

#define KARTO_DEPRECATED

Karto defines for handling deprecated code

Definition at line 34 of file Macros.h.

◆ KARTO_EXPORT

#define KARTO_EXPORT

Karto defines for windows dynamic build

Definition at line 56 of file Macros.h.



slam_toolbox
Author(s): Steve Macenski
autogenerated on Mon Feb 28 2022 23:46:49