Main MRPT website > C++ reference
MRPT logo
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 239 of file CRawlog.h.

#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_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 245 of file CRawlog.h.

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

Definition at line 246 of file CRawlog.h.

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

Definition at line 247 of file CRawlog.h.


Member Function Documentation

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

Definition at line 259 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 250 of file CRawlog.h.

References m_it.

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

Definition at line 252 of file CRawlog.h.

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

Definition at line 254 of file CRawlog.h.

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

Definition at line 255 of file CRawlog.h.

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

Definition at line 256 of file CRawlog.h.

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

Definition at line 257 of file CRawlog.h.

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

Definition at line 249 of file CRawlog.h.

References m_it.


Member Data Documentation

Definition at line 242 of file CRawlog.h.

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




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011