MRPT logo

mrpt::slam::CRawlog::CRawlog::const_iterator Class Reference

A normal iterator, plus the extra methods "isAction", "isObservation" to determine the type of each entry in the sequence. More...

#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_iterator operator-- (int)
MRPT_DEPRECATED_PRE bool isAction () const MRPT_DEPRECATED_POST
MRPT_DEPRECATED_PRE bool isObservation () const MRPT_DEPRECATED_POST
TEntryType getType () const

Protected Attributes

TListObjects::const_iterator m_it


Detailed Description

A normal iterator, plus the extra methods "isAction", "isObservation" to determine the type of each entry in the sequence.

Definition at line 253 of file CRawlog.h.


Constructor & Destructor Documentation

mrpt::slam::CRawlog::CRawlog::const_iterator::const_iterator (  )  [inline]

Definition at line 259 of file CRawlog.h.

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

Definition at line 260 of file CRawlog.h.

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

Definition at line 261 of file CRawlog.h.


Member Function Documentation

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

Definition at line 274 of file CRawlog.h.

References CLASS_ID.

MRPT_DEPRECATED_PRE bool mrpt::slam::CRawlog::CRawlog::const_iterator::isAction (  )  const [inline]

Definition at line 271 of file CRawlog.h.

References CLASS_ID.

MRPT_DEPRECATED_PRE bool mrpt::slam::CRawlog::CRawlog::const_iterator::isObservation (  )  const [inline]

Definition at line 272 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 264 of file CRawlog.h.

References mrpt::slam::CRawlog::CRawlog::const_iterator::m_it.

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

Definition at line 266 of file CRawlog.h.

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

Definition at line 268 of file CRawlog.h.

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

Definition at line 269 of file CRawlog.h.

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

Definition at line 263 of file CRawlog.h.

References mrpt::slam::CRawlog::CRawlog::const_iterator::m_it.


Member Data Documentation

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




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Sun Aug 9 21:47:23 CEST 2009