MRPT logo

mrpt::slam::CRawlog::const_iterator Class Reference

A normal iterator, plus the extra methods "isAction", "isObservation" to determine the type of each entry in the sequence. More...

#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_iterator operator-- (int)
TEntryType getType () const

Protected Attributes

TListObjects::const_iterator m_it


Detailed Description

A normal iterator, plus the extra methods "isAction", "isObservation" to determine the type of each entry in the sequence.

Definition at line 243 of file CRawlog.h.


Constructor & Destructor Documentation

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

Definition at line 249 of file CRawlog.h.

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

Definition at line 250 of file CRawlog.h.

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

Definition at line 251 of file CRawlog.h.


Member Function Documentation

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

Definition at line 261 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 254 of file CRawlog.h.

References m_it.

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

Definition at line 256 of file CRawlog.h.

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

Definition at line 258 of file CRawlog.h.

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

Definition at line 259 of file CRawlog.h.

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

Definition at line 253 of file CRawlog.h.

References m_it.


Member Data Documentation

TListObjects::const_iterator mrpt::slam::CRawlog::const_iterator::m_it [protected]

Definition at line 246 of file CRawlog.h.

Referenced by operator!=(), and operator==().




Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:27:43 EDT 2009