Choreonoid  1.8
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
cnoid::Deque2D< ElementType, Allocator >::const_iterator Class Reference

#include <Deque2D.h>

Inheritance diagram for cnoid::Deque2D< ElementType, Allocator >::const_iterator:
cnoid::Deque2D< ElementType, Allocator >::iterator

Public Member Functions

 const_iterator ()
 
 const_iterator (const const_iterator &org)
 
const Elementoperator* () const
 
const_iteratoroperator++ ()
 
const_iteratoroperator-- ()
 
const_iteratoroperator+= (size_t n)
 
const_iteratoroperator-= (size_t n)
 
const_iterator operator+ (size_t n)
 
const_iterator operator- (size_t n)
 
bool operator== (const const_iterator &rhs) const
 
bool operator!= (const const_iterator &rhs) const
 
bool operator< (const const_iterator &rhs) const
 

Protected Member Functions

 const_iterator (const Deque2DType &owner, ElementType *pos)
 

Protected Attributes

ElementType * current
 
ElementType * term
 
ElementType * buf
 

Friends

class Deque2D< ElementType, Allocator >
 

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
cnoid::Deque2D< ElementType, Allocator >::const_iterator::const_iterator ( const Deque2DType owner,
ElementType *  pos 
)
inlineprotected

◆ const_iterator() [2/3]

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
cnoid::Deque2D< ElementType, Allocator >::const_iterator::const_iterator ( )
inline

◆ const_iterator() [3/3]

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
cnoid::Deque2D< ElementType, Allocator >::const_iterator::const_iterator ( const const_iterator org)
inline

Member Function Documentation

◆ operator!=()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
bool cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator!= ( const const_iterator rhs) const
inline

◆ operator*()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const Element& cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator* ( ) const
inline

◆ operator+()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const_iterator cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator+ ( size_t  n)
inline

◆ operator++()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const_iterator& cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator++ ( )
inline

◆ operator+=()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const_iterator& cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator+= ( size_t  n)
inline

◆ operator-()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const_iterator cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator- ( size_t  n)
inline

◆ operator--()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const_iterator& cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator-- ( )
inline

◆ operator-=()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
const_iterator& cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator-= ( size_t  n)
inline

◆ operator<()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
bool cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator< ( const const_iterator rhs) const
inline

◆ operator==()

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
bool cnoid::Deque2D< ElementType, Allocator >::const_iterator::operator== ( const const_iterator rhs) const
inline

Friends And Related Function Documentation

◆ Deque2D< ElementType, Allocator >

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
friend class Deque2D< ElementType, Allocator >
friend

Member Data Documentation

◆ buf

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
ElementType* cnoid::Deque2D< ElementType, Allocator >::const_iterator::buf
protected

◆ current

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
ElementType* cnoid::Deque2D< ElementType, Allocator >::const_iterator::current
protected

◆ term

template<typename ElementType , typename Allocator = std::allocator<ElementType>>
ElementType* cnoid::Deque2D< ElementType, Allocator >::const_iterator::term
protected

The documentation for this class was generated from the following file: