#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 iterator &o) | |
| bool | operator!= (const const_iterator &o) const | 
| bool | operator!= (const iterator &o) const | 
| T & | operator* () | 
| const T & | operator* () const | 
| iterator & | operator++ () | 
| iterator | operator++ (int) | 
| iterator & | operator+= (int j) | 
| iterator | operator- (int j) const | 
| iterator & | operator-- () | 
| iterator | operator-- (int) | 
| iterator & | operator-= (int j) | 
| T * | operator-> () | 
| const T * | operator-> () const | 
| iterator & | operator= (const iterator &o) | 
| bool | operator== (const const_iterator &o) const | 
| bool | operator== (const iterator &o) const | 
| Iterator | |
| iterator | operator+ (int j) const | 
| Private Attributes | |
| T | i | 
| Friends | |
| class | const_iterator | 
Definition at line 127 of file QhullLinkedList.h.
| typedef ptrdiff_t orgQhull::QhullLinkedList< T >::iterator::difference_type | 
Definition at line 138 of file QhullLinkedList.h.
| typedef std::bidirectional_iterator_tag orgQhull::QhullLinkedList< T >::iterator::iterator_category | 
Definition at line 134 of file QhullLinkedList.h.
| typedef value_type* orgQhull::QhullLinkedList< T >::iterator::pointer | 
Definition at line 136 of file QhullLinkedList.h.
| typedef value_type& orgQhull::QhullLinkedList< T >::iterator::reference | 
Definition at line 137 of file QhullLinkedList.h.
| typedef T orgQhull::QhullLinkedList< T >::iterator::value_type | 
Definition at line 135 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 140 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 142 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 153 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 151 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 146 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 145 of file QhullLinkedList.h.
| QhullLinkedList< T >::iterator orgQhull::QhullLinkedList< T >::iterator::operator+ | ( | int | j | ) | const | 
Definition at line 322 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 154 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 155 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 160 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 159 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 156 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 157 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 161 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 149 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 148 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 143 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 152 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 150 of file QhullLinkedList.h.
| 
 | friend | 
Definition at line 131 of file QhullLinkedList.h.
| 
 | private | 
Definition at line 130 of file QhullLinkedList.h.