Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
mrpt::slam::CRawlog::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 185 of file CRawlog.h.

#include <mrpt/slam/CRawlog.h>

Public Member Functions

 iterator ()
 
 iterator (const TListObjects::iterator &it)
 
virtual ~iterator ()
 
iteratoroperator= (const iterator &o)
 
bool operator== (const iterator &o)
 
bool operator!= (const iterator &o)
 
CSerializablePtr operator* ()
 
iterator operator++ (int)
 
iteratoroperator++ ()
 
iterator operator-- (int)
 
iteratoroperator-- ()
 
TEntryType getType () const
 

Static Public Member Functions

static iterator erase (TListObjects &lst, const iterator &it)
 

Protected Attributes

TListObjects::iterator m_it
 

Constructor & Destructor Documentation

mrpt::slam::CRawlog::iterator::iterator ( )
inline

Definition at line 191 of file CRawlog.h.

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

Definition at line 192 of file CRawlog.h.

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

Definition at line 193 of file CRawlog.h.

Member Function Documentation

static iterator mrpt::slam::CRawlog::iterator::erase ( TListObjects lst,
const iterator it 
)
inlinestatic

Definition at line 217 of file CRawlog.h.

References erase(), and m_it.

Referenced by erase().

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

Definition at line 207 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 198 of file CRawlog.h.

References m_it.

CSerializablePtr mrpt::slam::CRawlog::iterator::operator* ( void  )
inline

Definition at line 200 of file CRawlog.h.

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

Definition at line 202 of file CRawlog.h.

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

Definition at line 203 of file CRawlog.h.

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

Definition at line 204 of file CRawlog.h.

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

Definition at line 205 of file CRawlog.h.

iterator& mrpt::slam::CRawlog::iterator::operator= ( const iterator o)
inline

Definition at line 195 of file CRawlog.h.

References m_it.

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

Definition at line 197 of file CRawlog.h.

References m_it.

Member Data Documentation

TListObjects::iterator mrpt::slam::CRawlog::iterator::m_it
protected

Definition at line 188 of file CRawlog.h.

Referenced by erase(), operator!=(), 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