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