Public Types | Public Member Functions | Public Attributes | Private Attributes | List of all members
orgQhull::QhullLinkedList< T >::const_iterator Class Reference

#include <QhullLinkedList.h>

Public Types

typedef ptrdiff_t difference_type
 
typedef std::bidirectional_iterator_tag iterator_category
 
typedef T value_type
 

Public Member Functions

 const_iterator ()
 
 const_iterator (const const_iterator &o)
 
 const_iterator (const iterator &o)
 
bool operator!= (const const_iterator &o) const
 
const T & operator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator+= (int j)
 
const_iterator operator- (int j) const
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const_iteratoroperator-= (int j)
 
const T * operator-> () const
 
const_iteratoroperator= (const const_iterator &o)
 
bool operator== (const const_iterator &o) const
 
Iterator
const_iterator operator+ (int j) const
 

Public Attributes

const typedef value_typepointer
 
const typedef value_typereference
 

Private Attributes

i
 

Detailed Description

template<typename T>
class orgQhull::QhullLinkedList< T >::const_iterator

Definition at line 164 of file QhullLinkedList.h.

Member Typedef Documentation

◆ difference_type

template<typename T >
typedef ptrdiff_t orgQhull::QhullLinkedList< T >::const_iterator::difference_type

Definition at line 174 of file QhullLinkedList.h.

◆ iterator_category

template<typename T >
typedef std::bidirectional_iterator_tag orgQhull::QhullLinkedList< T >::const_iterator::iterator_category

Definition at line 170 of file QhullLinkedList.h.

◆ value_type

template<typename T >
typedef T orgQhull::QhullLinkedList< T >::const_iterator::value_type

Definition at line 171 of file QhullLinkedList.h.

Constructor & Destructor Documentation

◆ const_iterator() [1/3]

template<typename T >
orgQhull::QhullLinkedList< T >::const_iterator::const_iterator ( )
inline

Definition at line 176 of file QhullLinkedList.h.

◆ const_iterator() [2/3]

template<typename T >
orgQhull::QhullLinkedList< T >::const_iterator::const_iterator ( const iterator o)
inline

Definition at line 178 of file QhullLinkedList.h.

◆ const_iterator() [3/3]

template<typename T >
orgQhull::QhullLinkedList< T >::const_iterator::const_iterator ( const const_iterator o)
inline

Definition at line 179 of file QhullLinkedList.h.

Member Function Documentation

◆ operator!=()

template<typename T >
bool orgQhull::QhullLinkedList< T >::const_iterator::operator!= ( const const_iterator o) const
inline

Definition at line 185 of file QhullLinkedList.h.

◆ operator*()

template<typename T >
const T& orgQhull::QhullLinkedList< T >::const_iterator::operator* ( ) const
inline

Definition at line 182 of file QhullLinkedList.h.

◆ operator+()

template<typename T >
QhullLinkedList< T >::const_iterator orgQhull::QhullLinkedList< T >::const_iterator::operator+ ( int  j) const

Definition at line 339 of file QhullLinkedList.h.

◆ operator++() [1/2]

template<typename T >
const_iterator& orgQhull::QhullLinkedList< T >::const_iterator::operator++ ( )
inline

Definition at line 187 of file QhullLinkedList.h.

◆ operator++() [2/2]

template<typename T >
const_iterator orgQhull::QhullLinkedList< T >::const_iterator::operator++ ( int  )
inline

Definition at line 188 of file QhullLinkedList.h.

◆ operator+=()

template<typename T >
const_iterator& orgQhull::QhullLinkedList< T >::const_iterator::operator+= ( int  j)
inline

Definition at line 193 of file QhullLinkedList.h.

◆ operator-()

template<typename T >
const_iterator orgQhull::QhullLinkedList< T >::const_iterator::operator- ( int  j) const
inline

Definition at line 192 of file QhullLinkedList.h.

◆ operator--() [1/2]

template<typename T >
const_iterator& orgQhull::QhullLinkedList< T >::const_iterator::operator-- ( )
inline

Definition at line 189 of file QhullLinkedList.h.

◆ operator--() [2/2]

template<typename T >
const_iterator orgQhull::QhullLinkedList< T >::const_iterator::operator-- ( int  )
inline

Definition at line 190 of file QhullLinkedList.h.

◆ operator-=()

template<typename T >
const_iterator& orgQhull::QhullLinkedList< T >::const_iterator::operator-= ( int  j)
inline

Definition at line 194 of file QhullLinkedList.h.

◆ operator->()

template<typename T >
const T* orgQhull::QhullLinkedList< T >::const_iterator::operator-> ( ) const
inline

Definition at line 183 of file QhullLinkedList.h.

◆ operator=()

template<typename T >
const_iterator& orgQhull::QhullLinkedList< T >::const_iterator::operator= ( const const_iterator o)
inline

Definition at line 180 of file QhullLinkedList.h.

◆ operator==()

template<typename T >
bool orgQhull::QhullLinkedList< T >::const_iterator::operator== ( const const_iterator o) const
inline

Definition at line 184 of file QhullLinkedList.h.

Member Data Documentation

◆ i

template<typename T >
T orgQhull::QhullLinkedList< T >::const_iterator::i
private

Definition at line 167 of file QhullLinkedList.h.

◆ pointer

template<typename T >
const typedef value_type* orgQhull::QhullLinkedList< T >::const_iterator::pointer

Definition at line 172 of file QhullLinkedList.h.

◆ reference

template<typename T >
const typedef value_type& orgQhull::QhullLinkedList< T >::const_iterator::reference

Definition at line 173 of file QhullLinkedList.h.


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


hpp-fcl
Author(s):
autogenerated on Fri Jan 26 2024 03:46:17