#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 (T t) | |
iterator (const iterator &o) | |
bool | operator!= (const iterator &o) const |
bool | operator!= (const const_iterator &o) const |
T | operator* () const |
iterator | operator+ (int j) 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 |
iterator & | operator= (const iterator &o) |
bool | operator== (const iterator &o) const |
bool | operator== (const const_iterator &o) const |
Private Attributes | |
T | i |
Friends | |
class | const_iterator |
Definition at line 111 of file QhullLinkedList.h.
typedef ptrdiff_t orgQhull::QhullLinkedList< T >::iterator::difference_type |
Definition at line 122 of file QhullLinkedList.h.
typedef std::bidirectional_iterator_tag orgQhull::QhullLinkedList< T >::iterator::iterator_category |
Definition at line 118 of file QhullLinkedList.h.
typedef value_type* orgQhull::QhullLinkedList< T >::iterator::pointer |
Definition at line 120 of file QhullLinkedList.h.
typedef value_type& orgQhull::QhullLinkedList< T >::iterator::reference |
Definition at line 121 of file QhullLinkedList.h.
typedef T orgQhull::QhullLinkedList< T >::iterator::value_type |
Definition at line 119 of file QhullLinkedList.h.
orgQhull::QhullLinkedList< T >::iterator::iterator | ( | ) | [inline] |
Definition at line 124 of file QhullLinkedList.h.
orgQhull::QhullLinkedList< T >::iterator::iterator | ( | T | t | ) | [inline] |
Definition at line 125 of file QhullLinkedList.h.
orgQhull::QhullLinkedList< T >::iterator::iterator | ( | const iterator & | o | ) | [inline] |
Definition at line 126 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedList< T >::iterator::operator!= | ( | const iterator & | o | ) | const [inline] |
Definition at line 132 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedList< T >::iterator::operator!= | ( | const const_iterator & | o | ) | const [inline] |
Definition at line 134 of file QhullLinkedList.h.
T orgQhull::QhullLinkedList< T >::iterator::operator* | ( | ) | const [inline] |
Definition at line 129 of file QhullLinkedList.h.
QhullLinkedList< T >::iterator orgQhull::QhullLinkedList< T >::iterator::operator+ | ( | int | j | ) | const |
Definition at line 303 of file QhullLinkedList.h.
iterator& orgQhull::QhullLinkedList< T >::iterator::operator++ | ( | ) | [inline] |
Definition at line 135 of file QhullLinkedList.h.
iterator orgQhull::QhullLinkedList< T >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 136 of file QhullLinkedList.h.
iterator& orgQhull::QhullLinkedList< T >::iterator::operator+= | ( | int | j | ) | [inline] |
Definition at line 141 of file QhullLinkedList.h.
iterator orgQhull::QhullLinkedList< T >::iterator::operator- | ( | int | j | ) | const [inline] |
Definition at line 140 of file QhullLinkedList.h.
iterator& orgQhull::QhullLinkedList< T >::iterator::operator-- | ( | ) | [inline] |
Definition at line 137 of file QhullLinkedList.h.
iterator orgQhull::QhullLinkedList< T >::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 138 of file QhullLinkedList.h.
iterator& orgQhull::QhullLinkedList< T >::iterator::operator-= | ( | int | j | ) | [inline] |
Definition at line 142 of file QhullLinkedList.h.
T orgQhull::QhullLinkedList< T >::iterator::operator-> | ( | ) | const [inline] |
Definition at line 130 of file QhullLinkedList.h.
iterator& orgQhull::QhullLinkedList< T >::iterator::operator= | ( | const iterator & | o | ) | [inline] |
Definition at line 127 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedList< T >::iterator::operator== | ( | const iterator & | o | ) | const [inline] |
Definition at line 131 of file QhullLinkedList.h.
bool orgQhull::QhullLinkedList< T >::iterator::operator== | ( | const const_iterator & | o | ) | const [inline] |
Definition at line 133 of file QhullLinkedList.h.
friend class const_iterator [friend] |
Definition at line 115 of file QhullLinkedList.h.
T orgQhull::QhullLinkedList< T >::iterator::i [private] |
Definition at line 114 of file QhullLinkedList.h.