MRPT  1.9.9
mrpt::poses::CPose3DQuat::const_iterator Struct Reference

Detailed Description

Definition at line 513 of file CPose3DQuat.h.

#include <mrpt/poses/CPose3DQuat.h>

Inheritance diagram for mrpt::poses::CPose3DQuat::const_iterator:
Inheritance graph

Public Member Functions

bool operator< (const const_iterator &it2) const
 
bool operator> (const const_iterator &it2) const
 
 const_iterator ()
 
 const_iterator (const CPose3DQuat &obj, size_t start_idx)
 
CPose3DQuat::const_reference operator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator+= (iterator_base::difference_type off)
 
const_iterator operator+ (iterator_base::difference_type off) const
 
const_iteratoroperator-= (iterator_base::difference_type off)
 
const_iterator operator- (iterator_base::difference_type off) const
 
iterator_base::difference_type operator- (const const_iterator &it) const
 
CPose3DQuat::const_reference operator[] (iterator_base::difference_type off) const
 
bool operator== (const const_iterator &it) const
 
bool operator!= (const const_iterator &it) const
 

Private Types

using iterator_base = std::iterator< std::random_access_iterator_tag, value_type >
 
using T = value_type
 The type of the matrix elements. More...
 

Private Member Functions

void check_limits (bool allow_end=false) const
 

Private Attributes

const CPose3DQuatm_obj
 A reference to the source of this iterator. More...
 
size_t m_cur_idx
 The iterator points to this element. More...
 

Member Typedef Documentation

◆ iterator_base

using mrpt::poses::CPose3DQuat::const_iterator::iterator_base = std::iterator<std::random_access_iterator_tag, value_type>
private

Definition at line 518 of file CPose3DQuat.h.

◆ T

using mrpt::poses::CPose3DQuat::const_iterator::T = value_type
private

The type of the matrix elements.

Definition at line 524 of file CPose3DQuat.h.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

mrpt::poses::CPose3DQuat::const_iterator::const_iterator ( )
inline

Definition at line 546 of file CPose3DQuat.h.

◆ const_iterator() [2/2]

mrpt::poses::CPose3DQuat::const_iterator::const_iterator ( const CPose3DQuat obj,
size_t  start_idx 
)
inline

Definition at line 547 of file CPose3DQuat.h.

References check_limits().

Member Function Documentation

◆ check_limits()

void mrpt::poses::CPose3DQuat::const_iterator::check_limits ( bool  allow_end = false) const
inlineprivate

◆ operator!=()

bool mrpt::poses::CPose3DQuat::const_iterator::operator!= ( const const_iterator it) const
inline

Definition at line 619 of file CPose3DQuat.h.

References operator==().

◆ operator*()

CPose3DQuat::const_reference mrpt::poses::CPose3DQuat::const_iterator::operator* ( void  ) const
inline

Definition at line 552 of file CPose3DQuat.h.

References check_limits(), m_cur_idx, and m_obj.

◆ operator+()

const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator+ ( iterator_base::difference_type  off) const
inline

Definition at line 587 of file CPose3DQuat.h.

◆ operator++() [1/2]

const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator++ ( )
inline

Definition at line 557 of file CPose3DQuat.h.

References check_limits(), and m_cur_idx.

◆ operator++() [2/2]

const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator++ ( int  )
inline

Definition at line 563 of file CPose3DQuat.h.

◆ operator+=()

const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator+= ( iterator_base::difference_type  off)
inline

Definition at line 581 of file CPose3DQuat.h.

References check_limits(), and m_cur_idx.

◆ operator-() [1/2]

const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator- ( iterator_base::difference_type  off) const
inline

Definition at line 598 of file CPose3DQuat.h.

◆ operator-() [2/2]

iterator_base::difference_type mrpt::poses::CPose3DQuat::const_iterator::operator- ( const const_iterator it) const
inline

Definition at line 605 of file CPose3DQuat.h.

References m_cur_idx.

◆ operator--() [1/2]

const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator-- ( )
inline

Definition at line 569 of file CPose3DQuat.h.

References check_limits(), and m_cur_idx.

◆ operator--() [2/2]

const_iterator mrpt::poses::CPose3DQuat::const_iterator::operator-- ( int  )
inline

Definition at line 575 of file CPose3DQuat.h.

◆ operator-=()

const_iterator& mrpt::poses::CPose3DQuat::const_iterator::operator-= ( iterator_base::difference_type  off)
inline

Definition at line 594 of file CPose3DQuat.h.

◆ operator<()

bool mrpt::poses::CPose3DQuat::const_iterator::operator< ( const const_iterator it2) const
inline

Definition at line 538 of file CPose3DQuat.h.

References m_cur_idx.

◆ operator==()

bool mrpt::poses::CPose3DQuat::const_iterator::operator== ( const const_iterator it) const
inline

Definition at line 615 of file CPose3DQuat.h.

References m_cur_idx, and m_obj.

Referenced by operator!=().

◆ operator>()

bool mrpt::poses::CPose3DQuat::const_iterator::operator> ( const const_iterator it2) const
inline

Definition at line 542 of file CPose3DQuat.h.

References m_cur_idx.

◆ operator[]()

CPose3DQuat::const_reference mrpt::poses::CPose3DQuat::const_iterator::operator[] ( iterator_base::difference_type  off) const
inline

Definition at line 610 of file CPose3DQuat.h.

References m_cur_idx, and m_obj.

Member Data Documentation

◆ m_cur_idx

size_t mrpt::poses::CPose3DQuat::const_iterator::m_cur_idx
private

The iterator points to this element.

Definition at line 522 of file CPose3DQuat.h.

Referenced by check_limits(), operator*(), operator++(), operator+=(), operator-(), operator--(), operator<(), operator==(), operator>(), and operator[]().

◆ m_obj

const CPose3DQuat* mrpt::poses::CPose3DQuat::const_iterator::m_obj
private

A reference to the source of this iterator.

Definition at line 520 of file CPose3DQuat.h.

Referenced by check_limits(), operator*(), operator==(), and operator[]().




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020