#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 203 of file CRawlogXXL.h.
| mrpt::slam::CRawlogXXL::iterator::iterator | ( | const size_t | index, | |
| const CRawlogXXL * | parent | |||
| ) | [inline] |
Definition at line 213 of file CRawlogXXL.h.
| virtual mrpt::slam::CRawlogXXL::iterator::~iterator | ( | ) | [inline, virtual] |
Definition at line 214 of file CRawlogXXL.h.
| TEntryType mrpt::slam::CRawlogXXL::iterator::getType | ( | ) | const [inline] |
Definition at line 236 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 226 of file CRawlogXXL.h.
| iterator mrpt::slam::CRawlogXXL::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 233 of file CRawlogXXL.h.
| iterator mrpt::slam::CRawlogXXL::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 234 of file CRawlogXXL.h.
| bool mrpt::slam::CRawlogXXL::iterator::operator== | ( | const iterator & | o | ) | [inline] |
friend class mrpt::slam::CRawlogXXL [friend] |
Definition at line 206 of file CRawlogXXL.h.
size_t mrpt::slam::CRawlogXXL::iterator::m_index [protected] |
Definition at line 209 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 |