#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 253 of file CRawlogXXL.h.
| mrpt::slam::CRawlogXXL::const_iterator::const_iterator | ( | const size_t | index, | |
| const CRawlogXXL * | parent | |||
| ) | [inline] |
Definition at line 263 of file CRawlogXXL.h.
| virtual mrpt::slam::CRawlogXXL::const_iterator::~const_iterator | ( | ) | [inline, virtual] |
Definition at line 264 of file CRawlogXXL.h.
| TEntryType mrpt::slam::CRawlogXXL::const_iterator::getType | ( | ) | const [inline] |
Definition at line 286 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::const_iterator::operator!= | ( | const const_iterator & | o | ) | [inline] |
| const CSerializablePtr mrpt::slam::CRawlogXXL::const_iterator::operator* | ( | void | ) | const [inline] |
Definition at line 276 of file CRawlogXXL.h.
| const_iterator mrpt::slam::CRawlogXXL::const_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 283 of file CRawlogXXL.h.
| const_iterator mrpt::slam::CRawlogXXL::const_iterator::operator-- | ( | int | ) | [inline] |
Definition at line 284 of file CRawlogXXL.h.
| const_iterator& mrpt::slam::CRawlogXXL::const_iterator::operator= | ( | const const_iterator & | o | ) | [inline] |
| bool mrpt::slam::CRawlogXXL::const_iterator::operator== | ( | const const_iterator & | o | ) | [inline] |
friend class mrpt::slam::CRawlogXXL [friend] |
Definition at line 256 of file CRawlogXXL.h.
size_t mrpt::slam::CRawlogXXL::const_iterator::m_index [protected] |
Definition at line 259 of file CRawlogXXL.h.
Referenced by operator!=(), operator=(), and operator==().
| Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |