#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_iterator & | operator++ () |
const_iterator | operator++ (int) |
const_iterator & | operator+= (int j) |
const_iterator | operator- (int j) const |
const_iterator & | operator-- () |
const_iterator | operator-- (int) |
const_iterator & | operator-= (int j) |
const T * | operator-> () const |
const_iterator & | operator= (const const_iterator &o) |
bool | operator== (const const_iterator &o) const |
Iterator | |
const_iterator | operator+ (int j) const |
Public Attributes | |
const typedef value_type * | pointer |
const typedef value_type & | reference |
Private Attributes | |
T | i |
Definition at line 164 of file QhullLinkedList.h.
typedef ptrdiff_t orgQhull::QhullLinkedList< T >::const_iterator::difference_type |
Definition at line 174 of file QhullLinkedList.h.
typedef std::bidirectional_iterator_tag orgQhull::QhullLinkedList< T >::const_iterator::iterator_category |
Definition at line 170 of file QhullLinkedList.h.
typedef T orgQhull::QhullLinkedList< T >::const_iterator::value_type |
Definition at line 171 of file QhullLinkedList.h.
|
inline |
Definition at line 176 of file QhullLinkedList.h.
|
inline |
Definition at line 178 of file QhullLinkedList.h.
|
inline |
Definition at line 179 of file QhullLinkedList.h.
|
inline |
Definition at line 185 of file QhullLinkedList.h.
|
inline |
Definition at line 182 of file QhullLinkedList.h.
QhullLinkedList< T >::const_iterator orgQhull::QhullLinkedList< T >::const_iterator::operator+ | ( | int | j | ) | const |
Definition at line 339 of file QhullLinkedList.h.
|
inline |
Definition at line 187 of file QhullLinkedList.h.
|
inline |
Definition at line 188 of file QhullLinkedList.h.
|
inline |
Definition at line 193 of file QhullLinkedList.h.
|
inline |
Definition at line 192 of file QhullLinkedList.h.
|
inline |
Definition at line 189 of file QhullLinkedList.h.
|
inline |
Definition at line 190 of file QhullLinkedList.h.
|
inline |
Definition at line 194 of file QhullLinkedList.h.
|
inline |
Definition at line 183 of file QhullLinkedList.h.
|
inline |
Definition at line 180 of file QhullLinkedList.h.
|
inline |
Definition at line 184 of file QhullLinkedList.h.
|
private |
Definition at line 167 of file QhullLinkedList.h.
const typedef value_type* orgQhull::QhullLinkedList< T >::const_iterator::pointer |
Definition at line 172 of file QhullLinkedList.h.
const typedef value_type& orgQhull::QhullLinkedList< T >::const_iterator::reference |
Definition at line 173 of file QhullLinkedList.h.