Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | Public Member Functions | Protected Attributes
mrpt::obs::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 223 of file obs/CRawlog.h.

#include <mrpt/obs/CRawlog.h>

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 mrpt::utils::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

◆ const_iterator() [1/2]

mrpt::obs::CRawlog::const_iterator::const_iterator ( )
inline

Definition at line 229 of file obs/CRawlog.h.

◆ const_iterator() [2/2]

mrpt::obs::CRawlog::const_iterator::const_iterator ( const TListObjects::const_iterator &  it)
inline

Definition at line 230 of file obs/CRawlog.h.

◆ ~const_iterator()

virtual mrpt::obs::CRawlog::const_iterator::~const_iterator ( )
inlinevirtual

Definition at line 231 of file obs/CRawlog.h.

Member Function Documentation

◆ getType()

TEntryType mrpt::obs::CRawlog::const_iterator::getType ( ) const
inline

Definition at line 243 of file obs/CRawlog.h.

References CLASS_ID.

◆ operator!=()

bool mrpt::obs::CRawlog::const_iterator::operator!= ( const const_iterator o)
inline

Definition at line 234 of file obs/CRawlog.h.

References m_it.

◆ operator*()

const mrpt::utils::CSerializablePtr mrpt::obs::CRawlog::const_iterator::operator* ( void  ) const
inline

Definition at line 236 of file obs/CRawlog.h.

◆ operator++() [1/2]

const_iterator mrpt::obs::CRawlog::const_iterator::operator++ ( int  )
inline

Definition at line 238 of file obs/CRawlog.h.

◆ operator++() [2/2]

const_iterator& mrpt::obs::CRawlog::const_iterator::operator++ ( )
inline

Definition at line 239 of file obs/CRawlog.h.

◆ operator--() [1/2]

const_iterator mrpt::obs::CRawlog::const_iterator::operator-- ( int  )
inline

Definition at line 240 of file obs/CRawlog.h.

◆ operator--() [2/2]

const_iterator& mrpt::obs::CRawlog::const_iterator::operator-- ( )
inline

Definition at line 241 of file obs/CRawlog.h.

◆ operator==()

bool mrpt::obs::CRawlog::const_iterator::operator== ( const const_iterator o)
inline

Definition at line 233 of file obs/CRawlog.h.

References m_it.

Member Data Documentation

◆ m_it

TListObjects::const_iterator mrpt::obs::CRawlog::const_iterator::m_it
protected

Definition at line 226 of file obs/CRawlog.h.

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




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019