|
Yggdrasill
0.2
|
Public Types | |
| typedef ptrdiff_t | difference_type |
| typedef Node | value_type |
| typedef const Node & | const_reference |
| typedef const Node * | const_pointer |
| typedef std::input_iterator_tag | iterator_category |
Public Member Functions | |
| const_iterator (Node *n, const Comparable &q) | |
| const_iterator (const const_iterator &other) | |
| const_iterator & | operator= (const const_iterator &other) |
| bool | operator== (const const_iterator &other) const |
| bool | operator!= (const const_iterator &other) const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_reference | operator* () const |
| const_pointer | operator-> () const |
1.8.13