#include <mrpt/slam/CRawlog.h>
Public Member Functions | |
const_iterator () | |
const_iterator (const TListObjects::const_iterator &it) | |
virtual | ~const_iterator () |
bool | operator== (const const_iterator &o) |
bool | operator!= (const const_iterator &o) |
const CSerializablePtr | operator* () const |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
MRPT_DEPRECATED_PRE bool | isAction () const MRPT_DEPRECATED_POST |
MRPT_DEPRECATED_PRE bool | isObservation () const MRPT_DEPRECATED_POST |
TEntryType | getType () const |
Protected Attributes | |
TListObjects::const_iterator | m_it |
Definition at line 253 of file CRawlog.h.
mrpt::slam::CRawlog::CRawlog::const_iterator::const_iterator | ( | ) | [inline] |
mrpt::slam::CRawlog::CRawlog::const_iterator::const_iterator | ( | const TListObjects::const_iterator & | it | ) | [inline] |
virtual mrpt::slam::CRawlog::CRawlog::const_iterator::~const_iterator | ( | ) | [inline, virtual] |
TEntryType mrpt::slam::CRawlog::CRawlog::const_iterator::getType | ( | ) | const [inline] |
MRPT_DEPRECATED_PRE bool mrpt::slam::CRawlog::CRawlog::const_iterator::isAction | ( | ) | const [inline] |
MRPT_DEPRECATED_PRE bool mrpt::slam::CRawlog::CRawlog::const_iterator::isObservation | ( | ) | const [inline] |
bool mrpt::slam::CRawlog::CRawlog::const_iterator::operator!= | ( | const const_iterator & | o | ) | [inline] |
Definition at line 264 of file CRawlog.h.
References mrpt::slam::CRawlog::CRawlog::const_iterator::m_it.
const CSerializablePtr mrpt::slam::CRawlog::CRawlog::const_iterator::operator* | ( | void | ) | const [inline] |
const_iterator mrpt::slam::CRawlog::CRawlog::const_iterator::operator++ | ( | int | ) | [inline] |
const_iterator mrpt::slam::CRawlog::CRawlog::const_iterator::operator-- | ( | int | ) | [inline] |
bool mrpt::slam::CRawlog::CRawlog::const_iterator::operator== | ( | const const_iterator & | o | ) | [inline] |
Definition at line 263 of file CRawlog.h.
References mrpt::slam::CRawlog::CRawlog::const_iterator::m_it.
TListObjects::const_iterator mrpt::slam::CRawlog::CRawlog::const_iterator::m_it [protected] |
Definition at line 256 of file CRawlog.h.
Referenced by mrpt::slam::CRawlog::CRawlog::const_iterator::operator!=(), and mrpt::slam::CRawlog::CRawlog::const_iterator::operator==().
Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |