MRPT
1.9.9
|
A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
#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::serialization::CSerializable::Ptr | 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 |
Definition at line 331 of file CRawlog.h.
References CLASS_ID, mrpt::obs::CRawlog::etActionCollection, mrpt::obs::CRawlog::etObservation, and mrpt::obs::CRawlog::etSensoryFrame.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 295 of file CRawlog.h.
Referenced by operator!=(), operator*(), operator++(), operator--(), and operator==().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |