#include <mrpt/slam/CRawlogXXL.h>
Public Member Functions | |
iterator (const size_t index, const CRawlogXXL *parent) | |
virtual | ~iterator () |
iterator & | operator= (const iterator &o) |
bool | operator== (const iterator &o) |
bool | operator!= (const iterator &o) |
CSerializablePtr | operator* () const |
iterator | operator++ (int) |
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 210 of file CRawlogXXL.h.
mrpt::slam::CRawlogXXL::iterator::iterator | ( | const size_t | index, | |
const CRawlogXXL * | parent | |||
) | [inline] |
Definition at line 220 of file CRawlogXXL.h.
virtual mrpt::slam::CRawlogXXL::iterator::~iterator | ( | ) | [inline, virtual] |
Definition at line 221 of file CRawlogXXL.h.
TEntryType mrpt::slam::CRawlogXXL::iterator::getType | ( | ) | const [inline] |
Definition at line 243 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::iterator::operator!= | ( | const iterator & | o | ) | [inline] |
CSerializablePtr mrpt::slam::CRawlogXXL::iterator::operator* | ( | void | ) | const [inline] |
Definition at line 233 of file CRawlogXXL.h.
iterator mrpt::slam::CRawlogXXL::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 240 of file CRawlogXXL.h.
iterator mrpt::slam::CRawlogXXL::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 241 of file CRawlogXXL.h.
bool mrpt::slam::CRawlogXXL::iterator::operator== | ( | const iterator & | o | ) | [inline] |
friend class mrpt::slam::CRawlogXXL [friend] |
Definition at line 213 of file CRawlogXXL.h.
size_t mrpt::slam::CRawlogXXL::iterator::m_index [protected] |
Definition at line 216 of file CRawlogXXL.h.
Referenced by operator!=(), operator=(), and operator==().
Page generated by Doxygen 1.5.9 for MRPT 0.6.5 SVN: at Sun Aug 2 11:41:17 CDT 2009 |