Detailed Description
A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
Definition at line 239 of file CRawlog.h.
#include <mrpt/slam/CRawlog.h>
List of all members.
Constructor & Destructor Documentation
mrpt::slam::CRawlog::const_iterator::const_iterator |
( |
|
) |
[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++ |
( |
|
) |
[inline] |
const_iterator mrpt::slam::CRawlog::const_iterator::operator-- |
( |
int |
|
) |
[inline] |
const_iterator& mrpt::slam::CRawlog::const_iterator::operator-- |
( |
|
) |
[inline] |
bool mrpt::slam::CRawlog::const_iterator::operator== |
( |
const const_iterator & |
o |
) |
[inline] |
Member Data Documentation