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

#include <QhullLinkedList.h>

Public Types

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

Public Member Functions

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

Private Attributes

i
 

Friends

class const_iterator
 

Detailed Description

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

Definition at line 127 of file QhullLinkedList.h.

Member Typedef Documentation

◆ difference_type

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

Definition at line 138 of file QhullLinkedList.h.

◆ iterator_category

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

Definition at line 134 of file QhullLinkedList.h.

◆ pointer

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

Definition at line 136 of file QhullLinkedList.h.

◆ reference

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

Definition at line 137 of file QhullLinkedList.h.

◆ value_type

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

Definition at line 135 of file QhullLinkedList.h.

Constructor & Destructor Documentation

◆ iterator() [1/2]

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

Definition at line 140 of file QhullLinkedList.h.

◆ iterator() [2/2]

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

Definition at line 142 of file QhullLinkedList.h.

Member Function Documentation

◆ operator!=() [1/2]

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

Definition at line 153 of file QhullLinkedList.h.

◆ operator!=() [2/2]

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

Definition at line 151 of file QhullLinkedList.h.

◆ operator*() [1/2]

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

Definition at line 146 of file QhullLinkedList.h.

◆ operator*() [2/2]

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

Definition at line 145 of file QhullLinkedList.h.

◆ operator+()

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

Definition at line 322 of file QhullLinkedList.h.

◆ operator++() [1/2]

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

Definition at line 154 of file QhullLinkedList.h.

◆ operator++() [2/2]

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

Definition at line 155 of file QhullLinkedList.h.

◆ operator+=()

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

Definition at line 160 of file QhullLinkedList.h.

◆ operator-()

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

Definition at line 159 of file QhullLinkedList.h.

◆ operator--() [1/2]

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

Definition at line 156 of file QhullLinkedList.h.

◆ operator--() [2/2]

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

Definition at line 157 of file QhullLinkedList.h.

◆ operator-=()

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

Definition at line 161 of file QhullLinkedList.h.

◆ operator->() [1/2]

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

Definition at line 149 of file QhullLinkedList.h.

◆ operator->() [2/2]

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

Definition at line 148 of file QhullLinkedList.h.

◆ operator=()

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

Definition at line 143 of file QhullLinkedList.h.

◆ operator==() [1/2]

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

Definition at line 152 of file QhullLinkedList.h.

◆ operator==() [2/2]

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

Definition at line 150 of file QhullLinkedList.h.

Friends And Related Function Documentation

◆ const_iterator

template<typename T >
friend class const_iterator
friend

Definition at line 131 of file QhullLinkedList.h.

Member Data Documentation

◆ i

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

Definition at line 130 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