Main MRPT website > C++ reference
MRPT logo
List of all members | 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.

Definition at line 240 of file CRawlog.h.

#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_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 ( )
inlinevirtual

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.

References m_it.

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.

References m_it.

Member Data Documentation

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

Definition at line 243 of file CRawlog.h.

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




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013