mrpt::slam::CRawlog::const_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 243 of file CRawlog.h.
Constructor & Destructor Documentation
mrpt::slam::CRawlog::const_iterator::const_iterator |
( |
|
) |
[inline] |
mrpt::slam::CRawlog::const_iterator::const_iterator |
( |
const TListObjects::const_iterator & |
it |
) |
[inline] |
virtual mrpt::slam::CRawlog::const_iterator::~const_iterator |
( |
|
) |
[inline, virtual] |
Member Function Documentation
TEntryType mrpt::slam::CRawlog::const_iterator::getType |
( |
|
) |
const [inline] |
bool mrpt::slam::CRawlog::const_iterator::operator!= |
( |
const const_iterator & |
o |
) |
[inline] |
const CSerializablePtr mrpt::slam::CRawlog::const_iterator::operator* |
( |
void |
|
) |
const [inline] |
const_iterator mrpt::slam::CRawlog::const_iterator::operator++ |
( |
int |
|
) |
[inline] |
const_iterator mrpt::slam::CRawlog::const_iterator::operator-- |
( |
int |
|
) |
[inline] |
bool mrpt::slam::CRawlog::const_iterator::operator== |
( |
const const_iterator & |
o |
) |
[inline] |
Member Data Documentation