Main MRPT website > C++ reference
MRPT logo

mrpt::slam::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)
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 214 of file CRawlog.h.


Constructor & Destructor Documentation

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

Definition at line 220 of file CRawlog.h.

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

Definition at line 221 of file CRawlog.h.

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

Definition at line 222 of file CRawlog.h.


Member Function Documentation

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

Definition at line 244 of file CRawlog.h.

References erase(), and m_it.

Referenced by erase().

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

Definition at line 234 of file CRawlog.h.

References CLASS_ID.

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

Definition at line 227 of file CRawlog.h.

References m_it.

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

Definition at line 229 of file CRawlog.h.

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

Definition at line 231 of file CRawlog.h.

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

Definition at line 232 of file CRawlog.h.

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

Definition at line 224 of file CRawlog.h.

References m_it.

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

Definition at line 226 of file CRawlog.h.

References m_it.


Member Data Documentation

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

Definition at line 217 of file CRawlog.h.

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines



Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010