#include <QhullLinkedList.h>
| Public Member Functions | |
| bool | hasNext () const | 
| bool | hasPrevious () const | 
| T | next () | 
| QhullLinkedListIterator & | operator= (const QhullLinkedList< T > &container) | 
| T | peekNext () const | 
| T | peekPrevious () const | 
| T | previous () | 
| QhullLinkedListIterator (const QhullLinkedList< T > &container) | |
| void | toBack () | 
| void | toFront () | 
| QhullLinkedListIterator | |
| bool | findNext (const T &t) | 
| bool | findPrevious (const T &t) | 
| Private Types | |
| typedef QhullLinkedList< T >::const_iterator | const_iterator | 
| Private Attributes | |
| const QhullLinkedList< T > * | c | 
| const_iterator | i | 
Definition at line 200 of file QhullLinkedList.h.
| 
 | private | 
Definition at line 202 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 207 of file QhullLinkedList.h.
| bool orgQhull::QhullLinkedListIterator< T >::findNext | ( | const T & | t | ) | 
Definition at line 358 of file QhullLinkedList.h.
| bool orgQhull::QhullLinkedListIterator< T >::findPrevious | ( | const T & | t | ) | 
Definition at line 370 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 211 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 212 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 213 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 208 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 214 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 215 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 216 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 218 of file QhullLinkedList.h.
| 
 | inline | 
Definition at line 217 of file QhullLinkedList.h.
| 
 | private | 
Definition at line 203 of file QhullLinkedList.h.
| 
 | private | 
Definition at line 204 of file QhullLinkedList.h.