#include <mrpt/slam/CRawlogXXL.h>
Public Member Functions | |
const_iterator (const size_t index, const CRawlogXXL *parent) | |
virtual | ~const_iterator () |
const_iterator & | operator= (const const_iterator &o) |
bool | operator== (const const_iterator &o) |
bool | operator!= (const const_iterator &o) |
const CSerializablePtr | operator* () const |
const_iterator | operator++ (int) |
const_iterator | operator-- (int) |
TEntryType | getType () const |
Protected Attributes | |
size_t | m_index |
mrpt::slam::CRawlogXXL * | m_parent |
Friends | |
class | mrpt::slam::CRawlogXXL |
Definition at line 260 of file CRawlogXXL.h.
mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::const_iterator | ( | const size_t | index, | |
const CRawlogXXL * | parent | |||
) | [inline] |
Definition at line 270 of file CRawlogXXL.h.
virtual mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::~const_iterator | ( | ) | [inline, virtual] |
Definition at line 271 of file CRawlogXXL.h.
TEntryType mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::getType | ( | ) | const [inline] |
Definition at line 293 of file CRawlogXXL.h.
References CLASS_ID, mrpt::slam::CRawlogXXL::etActionCollection, mrpt::slam::CRawlogXXL::etObservation, mrpt::slam::CRawlogXXL::etSensoryFrame, and mrpt::math::operator*().
bool mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator!= | ( | const const_iterator & | o | ) | [inline] |
Definition at line 281 of file CRawlogXXL.h.
References mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::m_index.
const CSerializablePtr mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator* | ( | void | ) | const [inline] |
Definition at line 283 of file CRawlogXXL.h.
const_iterator mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 290 of file CRawlogXXL.h.
const_iterator mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator-- | ( | int | ) | [inline] |
Definition at line 291 of file CRawlogXXL.h.
const_iterator& mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator= | ( | const const_iterator & | o | ) | [inline] |
Definition at line 273 of file CRawlogXXL.h.
References mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::m_index, and mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::m_parent.
bool mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator== | ( | const const_iterator & | o | ) | [inline] |
Definition at line 280 of file CRawlogXXL.h.
References mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::m_index.
friend class mrpt::slam::CRawlogXXL [friend] |
Definition at line 263 of file CRawlogXXL.h.
size_t mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::m_index [protected] |
Definition at line 266 of file CRawlogXXL.h.
Referenced by mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator!=(), mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator=(), and mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::operator==().
mrpt::slam::CRawlogXXL* mrpt::slam::CRawlogXXL::CRawlogXXL::const_iterator::m_parent [protected] |
Definition at line 267 of file CRawlogXXL.h.
Referenced by mrpt::slam::CRawlogXXL::CRawlogXXL::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 |