#include <qlist.h>
Public Types |
|
|
typedef std::random_access_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) | |
| T & | operator* () const |
| T * | operator-> () const |
| T & | operator[] (int j) const |
| bool | operator== (const iterator &o) const |
| bool | operator!= (const iterator &o) const |
| bool | operator< (const iterator &other) const |
| bool | operator<= (const iterator &other) const |
| bool | operator> (const iterator &other) const |
| bool | operator>= (const iterator &other) const |
| bool | operator== (const const_iterator &o) const |
| bool | operator!= (const const_iterator &o) const |
| bool | operator< (const const_iterator &other) const |
| bool | operator<= (const const_iterator &other) const |
| bool | operator> (const const_iterator &other) const |
| bool | operator>= (const const_iterator &other) const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| iterator & | operator+= (int j) |
| iterator & | operator-= (int j) |
| iterator | operator+ (int j) const |
| iterator | operator- (int j) const |
| int | operator- (iterator j) const |
Public Attributes |
|
| Node * | i |
| typedef std::random_access_iterator_tag iterator_category |
| typedef qptrdiff difference_type |
| typedef T value_type |
| typedef T* pointer |
| typedef T& reference |
| bool operator== | ( | const iterator & | o | ) | const [inline] |
| bool operator!= | ( | const iterator & | o | ) | const [inline] |
| bool operator< | ( | const iterator & | other | ) | const [inline] |
| bool operator<= | ( | const iterator & | other | ) | const [inline] |
| bool operator> | ( | const iterator & | other | ) | const [inline] |
| bool operator>= | ( | const iterator & | other | ) | const [inline] |
| bool operator== | ( | const const_iterator & | o | ) | const [inline] |
| bool operator!= | ( | const const_iterator & | o | ) | const [inline] |
| bool operator< | ( | const const_iterator & | other | ) | const [inline] |
| bool operator<= | ( | const const_iterator & | other | ) | const [inline] |
| bool operator> | ( | const const_iterator & | other | ) | const [inline] |
| bool operator>= | ( | const const_iterator & | other | ) | const [inline] |
| iterator operator++ | ( | int | ) | [inline] |
| iterator operator-- | ( | int | ) | [inline] |
| iterator& operator+= | ( | int | j | ) | [inline] |
| iterator& operator-= | ( | int | j | ) | [inline] |
| iterator operator+ | ( | int | j | ) | const [inline] |
| iterator operator- | ( | int | j | ) | const [inline] |
| int operator- | ( | iterator | j | ) | const [inline] |
| Node* i |