A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.
#include <mrpt/slam/CRawlog.h>
Public Member Functions | |
| const_iterator () | |
| const_iterator (const TListObjects::const_iterator &it) | |
| virtual | ~const_iterator () |
| bool | operator== (const const_iterator &o) |
| bool | operator!= (const const_iterator &o) |
| const CSerializablePtr | operator* () const |
| const_iterator | operator++ (int) |
| const_iterator & | operator++ () |
| const_iterator | operator-- (int) |
| const_iterator & | operator-- () |
| TEntryType | getType () const |
Protected Attributes | |
| TListObjects::const_iterator | m_it |
| mrpt::slam::CRawlog::const_iterator::const_iterator | ( | ) | [inline] |
| mrpt::slam::CRawlog::const_iterator::const_iterator | ( | const TListObjects::const_iterator & | it | ) | [inline] |
| virtual mrpt::slam::CRawlog::const_iterator::~const_iterator | ( | ) | [inline, virtual] |
| TEntryType mrpt::slam::CRawlog::const_iterator::getType | ( | ) | const [inline] |
| bool mrpt::slam::CRawlog::const_iterator::operator!= | ( | const const_iterator & | o | ) | [inline] |
| const CSerializablePtr mrpt::slam::CRawlog::const_iterator::operator* | ( | void | ) | const [inline] |
| const_iterator mrpt::slam::CRawlog::const_iterator::operator++ | ( | int | ) | [inline] |
| const_iterator& mrpt::slam::CRawlog::const_iterator::operator++ | ( | ) | [inline] |
| const_iterator mrpt::slam::CRawlog::const_iterator::operator-- | ( | int | ) | [inline] |
| const_iterator& mrpt::slam::CRawlog::const_iterator::operator-- | ( | ) | [inline] |
| bool mrpt::slam::CRawlog::const_iterator::operator== | ( | const const_iterator & | o | ) | [inline] |
Definition at line 242 of file CRawlog.h.
Referenced by operator!=(), and operator==().
| Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |