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 221 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 227 of file CRawlog.h.

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

Definition at line 228 of file CRawlog.h.

virtual mrpt::slam::CRawlog::const_iterator::~const_iterator ( )
inlinevirtual

Definition at line 229 of file CRawlog.h.

Member Function Documentation

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

Definition at line 241 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 232 of file CRawlog.h.

References m_it.

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

Definition at line 234 of file CRawlog.h.

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

Definition at line 236 of file CRawlog.h.

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

Definition at line 237 of file CRawlog.h.

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

Definition at line 238 of file CRawlog.h.

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

Definition at line 239 of file CRawlog.h.

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

Definition at line 231 of file CRawlog.h.

References m_it.

Member Data Documentation

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

Definition at line 224 of file CRawlog.h.

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




Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014