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

#include <mrpt/slam/CRawlog.h>

List of all members.

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

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

Definition at line 211 of file CRawlog.h.

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

Definition at line 212 of file CRawlog.h.


Member Function Documentation

static iterator mrpt::slam::CRawlog::iterator::erase ( TListObjects lst,
const iterator it 
) [inline, static]

Definition at line 236 of file CRawlog.h.

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

Definition at line 226 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 217 of file CRawlog.h.

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

Definition at line 219 of file CRawlog.h.

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

Definition at line 221 of file CRawlog.h.

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

Definition at line 222 of file CRawlog.h.

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

Definition at line 223 of file CRawlog.h.

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

Definition at line 224 of file CRawlog.h.

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

Definition at line 214 of file CRawlog.h.

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

Definition at line 216 of file CRawlog.h.


Member Data Documentation

Definition at line 207 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