A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
Definition at line 219 of file obs/CRawlog.h.
#include <mrpt/obs/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 mrpt::utils::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 |
Definition at line 225 of file obs/CRawlog.h.
|
inline |
Definition at line 226 of file obs/CRawlog.h.
|
inlinevirtual |
Definition at line 227 of file obs/CRawlog.h.
|
inline |
Definition at line 239 of file obs/CRawlog.h.
References CLASS_ID.
|
inline |
Definition at line 230 of file obs/CRawlog.h.
References m_it.
|
inline |
Definition at line 232 of file obs/CRawlog.h.
|
inline |
Definition at line 235 of file obs/CRawlog.h.
|
inline |
Definition at line 234 of file obs/CRawlog.h.
|
inline |
Definition at line 237 of file obs/CRawlog.h.
|
inline |
Definition at line 236 of file obs/CRawlog.h.
|
inline |
Definition at line 229 of file obs/CRawlog.h.
References m_it.
|
protected |
Definition at line 222 of file obs/CRawlog.h.
Referenced by operator!=(), and operator==().
Page generated by Doxygen 1.9.4 for MRPT 1.4.0 SVN: at Sun Aug 14 11:28:23 UTC 2022 |