#include <QhullLinkedList.h>
Public Types | |
typedef ptrdiff_t | difference_type |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef T | value_type |
Public Member Functions | |
iterator () | |
iterator (const T &t) | |
Automatic conversion to iterator. More... | |
iterator (const iterator &o) | |
bool | operator!= (const iterator &o) const |
bool | operator!= (const const_iterator &o) const |
const T & | operator* () const |
T & | operator* () |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator+= (int j) |
iterator | operator- (int j) const |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator & | operator-= (int j) |
const T * | operator-> () const |
T * | operator-> () |
iterator & | operator= (const iterator &o) |
bool | operator== (const iterator &o) const |
bool | operator== (const const_iterator &o) const |
Iterator | |
iterator | operator+ (int j) const |
Private Attributes | |
T | i |
Friends | |
class | const_iterator |
Definition at line 121 of file QhullLinkedList.h.
typedef ptrdiff_t orgQhull::QhullLinkedList< T >::iterator::difference_type |
Definition at line 132 of file QhullLinkedList.h.
typedef std::bidirectional_iterator_tag orgQhull::QhullLinkedList< T >::iterator::iterator_category |
Definition at line 128 of file QhullLinkedList.h.
typedef value_type* orgQhull::QhullLinkedList< T >::iterator::pointer |
Definition at line 130 of file QhullLinkedList.h.
typedef value_type& orgQhull::QhullLinkedList< T >::iterator::reference |
Definition at line 131 of file QhullLinkedList.h.
typedef T orgQhull::QhullLinkedList< T >::iterator::value_type |
Definition at line 129 of file QhullLinkedList.h.
|
inline |
Definition at line 134 of file QhullLinkedList.h.
|
inline |
Automatic conversion to iterator.
Definition at line 135 of file QhullLinkedList.h.
|
inline |
Definition at line 136 of file QhullLinkedList.h.
|
inline |
Definition at line 145 of file QhullLinkedList.h.
|
inline |
Definition at line 147 of file QhullLinkedList.h.
|
inline |
Definition at line 139 of file QhullLinkedList.h.
|
inline |
Definition at line 140 of file QhullLinkedList.h.
QhullLinkedList< T >::iterator orgQhull::QhullLinkedList< T >::iterator::operator+ | ( | int | j | ) | const |
Definition at line 316 of file QhullLinkedList.h.
|
inline |
Definition at line 148 of file QhullLinkedList.h.
|
inline |
Definition at line 149 of file QhullLinkedList.h.
|
inline |
Definition at line 154 of file QhullLinkedList.h.
|
inline |
Definition at line 153 of file QhullLinkedList.h.
|
inline |
Definition at line 150 of file QhullLinkedList.h.
|
inline |
Definition at line 151 of file QhullLinkedList.h.
|
inline |
Definition at line 155 of file QhullLinkedList.h.
|
inline |
Definition at line 142 of file QhullLinkedList.h.
|
inline |
Definition at line 143 of file QhullLinkedList.h.
|
inline |
Definition at line 137 of file QhullLinkedList.h.
|
inline |
Definition at line 144 of file QhullLinkedList.h.
|
inline |
Definition at line 146 of file QhullLinkedList.h.
|
friend |
Definition at line 125 of file QhullLinkedList.h.
|
private |
Definition at line 124 of file QhullLinkedList.h.