mrpt::slam::CRawlog::CRawlog::iterator Class Reference
A normal
iterator, plus the extra methods "isAction", "isObservation" to determine the type of each entry in the sequence.
More...
#include <mrpt/slam/CRawlog.h>
List of all members.
Detailed Description
A normal
iterator, plus the extra methods "isAction", "isObservation" to determine the type of each entry in the sequence.
Definition at line 215 of file CRawlog.h.
Constructor & Destructor Documentation
mrpt::slam::CRawlog::CRawlog::iterator::iterator |
( |
|
) |
[inline] |
mrpt::slam::CRawlog::CRawlog::iterator::iterator |
( |
const TListObjects::iterator & |
it |
) |
[inline] |
virtual mrpt::slam::CRawlog::CRawlog::iterator::~iterator |
( |
|
) |
[inline, virtual] |
Member Function Documentation
TEntryType mrpt::slam::CRawlog::CRawlog::iterator::getType |
( |
|
) |
const [inline] |
MRPT_DEPRECATED_PRE bool mrpt::slam::CRawlog::CRawlog::iterator::isAction |
( |
|
) |
const [inline] |
MRPT_DEPRECATED_PRE bool mrpt::slam::CRawlog::CRawlog::iterator::isObservation |
( |
|
) |
const [inline] |
bool mrpt::slam::CRawlog::CRawlog::iterator::operator!= |
( |
const iterator & |
o |
) |
[inline] |
CSerializablePtr mrpt::slam::CRawlog::CRawlog::iterator::operator* |
( |
void |
|
) |
[inline] |
iterator mrpt::slam::CRawlog::CRawlog::iterator::operator++ |
( |
int |
|
) |
[inline] |
iterator mrpt::slam::CRawlog::CRawlog::iterator::operator-- |
( |
int |
|
) |
[inline] |
iterator& mrpt::slam::CRawlog::CRawlog::iterator::operator= |
( |
const iterator & |
o |
) |
[inline] |
bool mrpt::slam::CRawlog::CRawlog::iterator::operator== |
( |
const iterator & |
o |
) |
[inline] |
Member Data Documentation
TListObjects::iterator mrpt::slam::CRawlog::CRawlog::iterator::m_it [protected] |