#include <QhullLinkedList.h>
Public Member Functions | |
bool | findNext (const T &t) |
bool | findPrevious (const T &t) |
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 () |
Private Types | |
typedef QhullLinkedList< T > ::const_iterator | const_iterator |
Private Attributes | |
const QhullLinkedList< T > * | c |
const_iterator | i |
Definition at line 181 of file QhullLinkedList.h.
typedef QhullLinkedList<T>::const_iterator orgQhull::QhullLinkedListIterator< T >::const_iterator [private] |
Definition at line 183 of file QhullLinkedList.h.
orgQhull::QhullLinkedListIterator< T >::QhullLinkedListIterator | ( | const QhullLinkedList< T > & | container | ) | [inline] |
Definition at line 188 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedListIterator< T >::findNext | ( | const T & | t | ) |
Definition at line 339 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedListIterator< T >::findPrevious | ( | const T & | t | ) |
Definition at line 351 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedListIterator< T >::hasNext | ( | ) | const [inline] |
Definition at line 192 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedListIterator< T >::hasPrevious | ( | ) | const [inline] |
Definition at line 193 of file QhullLinkedList.h.
T orgQhull::QhullLinkedListIterator< T >::next | ( | ) | [inline] |
Definition at line 194 of file QhullLinkedList.h.
QhullLinkedListIterator& orgQhull::QhullLinkedListIterator< T >::operator= | ( | const QhullLinkedList< T > & | container | ) | [inline] |
Definition at line 189 of file QhullLinkedList.h.
T orgQhull::QhullLinkedListIterator< T >::peekNext | ( | ) | const [inline] |
Definition at line 195 of file QhullLinkedList.h.
T orgQhull::QhullLinkedListIterator< T >::peekPrevious | ( | ) | const [inline] |
Definition at line 196 of file QhullLinkedList.h.
T orgQhull::QhullLinkedListIterator< T >::previous | ( | ) | [inline] |
Definition at line 197 of file QhullLinkedList.h.
void orgQhull::QhullLinkedListIterator< T >::toBack | ( | ) | [inline] |
Definition at line 199 of file QhullLinkedList.h.
void orgQhull::QhullLinkedListIterator< T >::toFront | ( | ) | [inline] |
Definition at line 198 of file QhullLinkedList.h.
const QhullLinkedList<T>* orgQhull::QhullLinkedListIterator< T >::c [private] |
Definition at line 184 of file QhullLinkedList.h.
const_iterator orgQhull::QhullLinkedListIterator< T >::i [private] |
Definition at line 185 of file QhullLinkedList.h.