MRPT logo

mrpt::slam::CRawlog::CRawlog::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

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

Static Public Member Functions

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

Protected Attributes

TListObjects::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 215 of file CRawlog.h.


Constructor & Destructor Documentation

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

Definition at line 221 of file CRawlog.h.

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

Definition at line 222 of file CRawlog.h.

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

Definition at line 223 of file CRawlog.h.


Member Function Documentation

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

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

Definition at line 238 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 235 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 236 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 228 of file CRawlog.h.

References mrpt::slam::CRawlog::CRawlog::iterator::m_it.

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

Definition at line 230 of file CRawlog.h.

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

Definition at line 232 of file CRawlog.h.

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

Definition at line 233 of file CRawlog.h.

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

Definition at line 225 of file CRawlog.h.

References mrpt::slam::CRawlog::CRawlog::iterator::m_it.

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

Definition at line 227 of file CRawlog.h.

References mrpt::slam::CRawlog::CRawlog::iterator::m_it.


Member Data Documentation

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




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN: at Thu Feb 26 02:18:33 EST 2009