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 | |
| const_iterator () | |
| const_iterator (const TListObjects::const_iterator &it) | |
| virtual | ~const_iterator () |
| bool | operator== (const const_iterator &o) |
| bool | operator!= (const const_iterator &o) |
| const CSerializablePtr | operator* () const |
| const_iterator | operator++ (int) |
| const_iterator & | operator++ () |
| const_iterator | operator-- (int) |
| const_iterator & | operator-- () |
| TEntryType | getType () const |
Protected Attributes | |
| TListObjects::const_iterator | m_it |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 224 of file CRawlog.h.
Referenced by 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 |