A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
#include <mrpt/slam/CRawlog.h>
Public Member Functions | |
iterator () | |
iterator (const TListObjects::iterator &it) | |
virtual | ~iterator () |
iterator & | operator= (const iterator &o) |
bool | operator== (const iterator &o) |
bool | operator!= (const iterator &o) |
CSerializablePtr | operator* () |
iterator | operator++ (int) |
iterator & | operator++ () |
iterator | operator-- (int) |
iterator & | operator-- () |
TEntryType | getType () const |
Static Public Member Functions | |
static iterator | erase (TListObjects &lst, const iterator &it) |
Protected Attributes | |
TListObjects::iterator | m_it |
mrpt::slam::CRawlog::iterator::iterator | ( | const TListObjects::iterator & | it | ) | [inline] |
virtual mrpt::slam::CRawlog::iterator::~iterator | ( | ) | [inline, virtual] |
static iterator mrpt::slam::CRawlog::iterator::erase | ( | TListObjects & | lst, |
const iterator & | it | ||
) | [inline, static] |
TEntryType mrpt::slam::CRawlog::iterator::getType | ( | ) | const [inline] |
bool mrpt::slam::CRawlog::iterator::operator!= | ( | const iterator & | o | ) | [inline] |
CSerializablePtr mrpt::slam::CRawlog::iterator::operator* | ( | void | ) | [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] |
bool mrpt::slam::CRawlog::iterator::operator== | ( | const iterator & | o | ) | [inline] |
Definition at line 206 of file CRawlog.h.
Referenced by erase(), operator!=(), operator=(), and operator==().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |