Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Protected Attributes
mrpt::slam::CRawlog::const_iterator Class Reference

Detailed Description

A normal iterator, plus the extra method "getType" to determine the type of each entry in the sequence.

#include <mrpt/slam/CRawlog.h>

List of all members.

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_iteratoroperator++ ()
const_iterator operator-- (int)
const_iteratoroperator-- ()
TEntryType getType () const

Protected Attributes

TListObjects::const_iterator m_it

Constructor & Destructor Documentation

mrpt::slam::CRawlog::const_iterator::const_iterator ( ) [inline]

Definition at line 246 of file CRawlog.h.

mrpt::slam::CRawlog::const_iterator::const_iterator ( const TListObjects::const_iterator it) [inline]

Definition at line 247 of file CRawlog.h.

virtual mrpt::slam::CRawlog::const_iterator::~const_iterator ( ) [inline, virtual]

Definition at line 248 of file CRawlog.h.


Member Function Documentation

TEntryType mrpt::slam::CRawlog::const_iterator::getType ( ) const [inline]

Definition at line 260 of file CRawlog.h.

References CLASS_ID.

bool mrpt::slam::CRawlog::const_iterator::operator!= ( const const_iterator o) [inline]

Definition at line 251 of file CRawlog.h.

const CSerializablePtr mrpt::slam::CRawlog::const_iterator::operator* ( void  ) const [inline]

Definition at line 253 of file CRawlog.h.

const_iterator mrpt::slam::CRawlog::const_iterator::operator++ ( int  ) [inline]

Definition at line 255 of file CRawlog.h.

const_iterator& mrpt::slam::CRawlog::const_iterator::operator++ ( ) [inline]

Definition at line 256 of file CRawlog.h.

const_iterator mrpt::slam::CRawlog::const_iterator::operator-- ( int  ) [inline]

Definition at line 257 of file CRawlog.h.

const_iterator& mrpt::slam::CRawlog::const_iterator::operator-- ( ) [inline]

Definition at line 258 of file CRawlog.h.

bool mrpt::slam::CRawlog::const_iterator::operator== ( const const_iterator o) [inline]

Definition at line 250 of file CRawlog.h.


Member Data Documentation

Definition at line 243 of file CRawlog.h.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011