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