A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
Definition at line 183 of file obs/CRawlog.h.
#include <mrpt/obs/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) |
mrpt::utils::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 |
Definition at line 189 of file obs/CRawlog.h.
|
inline |
Definition at line 190 of file obs/CRawlog.h.
|
inlinevirtual |
Definition at line 191 of file obs/CRawlog.h.
|
inlinestatic |
|
inline |
Definition at line 205 of file obs/CRawlog.h.
References CLASS_ID.
|
inline |
Definition at line 196 of file obs/CRawlog.h.
References m_it.
|
inline |
Definition at line 198 of file obs/CRawlog.h.
|
inline |
Definition at line 200 of file obs/CRawlog.h.
|
inline |
Definition at line 201 of file obs/CRawlog.h.
|
inline |
Definition at line 202 of file obs/CRawlog.h.
|
inline |
Definition at line 203 of file obs/CRawlog.h.
Definition at line 193 of file obs/CRawlog.h.
References m_it.
|
inline |
Definition at line 195 of file obs/CRawlog.h.
References m_it.
|
protected |
Definition at line 186 of file obs/CRawlog.h.
Referenced by erase(), operator!=(), operator=(), and operator==().
Page generated by Doxygen 1.8.13 for MRPT 1.4.0 SVN: at Wed Mar 15 00:43:31 UTC 2017 |