#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::CRawlogXXL::iterator::iterator | ( | const size_t | index, | |
| const CRawlogXXL * | parent | |||
| ) | [inline] |
Definition at line 220 of file CRawlogXXL.h.
| virtual mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::~iterator | ( | ) | [inline, virtual] |
Definition at line 221 of file CRawlogXXL.h.
| TEntryType mrpt::slam::CRawlogXXL::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::CRawlogXXL::iterator::operator!= | ( | const iterator & | o | ) | [inline] |
Definition at line 231 of file CRawlogXXL.h.
References mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::m_index.
| CSerializablePtr mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator* | ( | void | ) | const [inline] |
Definition at line 233 of file CRawlogXXL.h.
| iterator mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 240 of file CRawlogXXL.h.
| iterator mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 241 of file CRawlogXXL.h.
Definition at line 223 of file CRawlogXXL.h.
References mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::m_index, and mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::m_parent.
| bool mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator== | ( | const iterator & | o | ) | [inline] |
Definition at line 230 of file CRawlogXXL.h.
References mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::m_index.
friend class mrpt::slam::CRawlogXXL [friend] |
Definition at line 213 of file CRawlogXXL.h.
size_t mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::m_index [protected] |
Definition at line 216 of file CRawlogXXL.h.
Referenced by mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator!=(), mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator=(), and mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator==().
mrpt::slam::CRawlogXXL* mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::m_parent [protected] |
Definition at line 217 of file CRawlogXXL.h.
Referenced by mrpt::slam::CRawlogXXL::CRawlogXXL::iterator::operator=().
| Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:07:47 EST 2009 |