#include <qlinkedlist.h>
Definition at line 118 of file qlinkedlist.h.
Public Types | |
typedef std::bidirectional_iterator_tag | iterator_category |
typedef qptrdiff | difference_type |
typedef T | value_type |
typedef T * | pointer |
typedef T & | reference |
Public Member Functions | |
iterator () | |
iterator (Node *n) | |
iterator (const iterator &o) | |
iterator & | operator= (const iterator &o) |
T & | operator* () const |
T * | operator-> () const |
bool | operator== (const iterator &o) const |
bool | operator!= (const iterator &o) const |
bool | operator== (const const_iterator &o) const |
bool | operator!= (const const_iterator &o) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
iterator | operator+ (int j) const |
iterator | operator- (int j) const |
iterator & | operator+= (int j) |
iterator & | operator-= (int j) |
Public Attributes | |
Node * | i |
typedef std::bidirectional_iterator_tag iterator_category |
Definition at line 121 of file qlinkedlist.h.
typedef qptrdiff difference_type |
Definition at line 122 of file qlinkedlist.h.
typedef T value_type |
Definition at line 123 of file qlinkedlist.h.
typedef T* pointer |
Definition at line 124 of file qlinkedlist.h.
typedef T& reference |
Definition at line 125 of file qlinkedlist.h.
|
inline |
Definition at line 127 of file qlinkedlist.h.
Definition at line 128 of file qlinkedlist.h.
Definition at line 129 of file qlinkedlist.h.
Definition at line 130 of file qlinkedlist.h.
|
inline |
Definition at line 131 of file qlinkedlist.h.
|
inline |
Definition at line 132 of file qlinkedlist.h.
|
inline |
Definition at line 133 of file qlinkedlist.h.
|
inline |
Definition at line 134 of file qlinkedlist.h.
|
inline |
Definition at line 135 of file qlinkedlist.h.
|
inline |
Definition at line 137 of file qlinkedlist.h.
|
inline |
Definition at line 139 of file qlinkedlist.h.
Definition at line 140 of file qlinkedlist.h.
|
inline |
Definition at line 141 of file qlinkedlist.h.
Definition at line 142 of file qlinkedlist.h.
Definition at line 143 of file qlinkedlist.h.
Definition at line 145 of file qlinkedlist.h.
Definition at line 146 of file qlinkedlist.h.
Definition at line 147 of file qlinkedlist.h.
Node* i |
Definition at line 126 of file qlinkedlist.h.