A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
#include <mrpt/slam/CRawlog.h>
Public Member Functions | |
| iterator () | |
| iterator (const TListObjects::iterator &it) | |
| virtual | ~iterator () |
| iterator & | operator= (const iterator &o) |
| bool | operator== (const iterator &o) |
| bool | operator!= (const iterator &o) |
| CSerializablePtr | operator* () |
| iterator | operator++ (int) |
| iterator & | operator++ () |
| iterator | operator-- (int) |
| iterator & | operator-- () |
| TEntryType | getType () const |
Static Public Member Functions | |
| static iterator | erase (TListObjects &lst, const iterator &it) |
Protected Attributes | |
| TListObjects::iterator | m_it |
|
inline |
|
inlinevirtual |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 188 of file CRawlog.h.
Referenced by erase(), operator!=(), operator=(), and operator==().
| Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014 |