Forward-Iterator for Skiplists. More...
#include <ogdf/basic/Skiplist.h>
Public Member Functions | |
| bool | operator!= (const SkiplistIterator< X > other) const |
| const X & | operator* () const |
| Returns the item to which the iterator points. | |
| SkiplistIterator< X > & | operator++ () |
| Move the iterator one item forward (prefix notation) | |
| SkiplistIterator< X > | operator++ (int) |
| Move the iterator one item forward (prefix notation) | |
| bool | operator== (const SkiplistIterator< X > other) const |
| bool | valid () const |
Private Member Functions | |
| SkiplistIterator (const typename Skiplist< X >::Element *e) | |
Private Attributes | |
| const Skiplist< X >::Element * | el |
Friends | |
| class | Skiplist< X > |
Forward-Iterator for Skiplists.
Definition at line 197 of file Skiplist.h.
|
inlineprivate |
Definition at line 202 of file Skiplist.h.
|
inline |
Definition at line 225 of file Skiplist.h.
|
inline |
Returns the item to which the iterator points.
Definition at line 206 of file Skiplist.h.
|
inline |
Move the iterator one item forward (prefix notation)
Definition at line 211 of file Skiplist.h.
|
inline |
Move the iterator one item forward (prefix notation)
Definition at line 217 of file Skiplist.h.
|
inline |
Definition at line 223 of file Skiplist.h.
|
inline |
Definition at line 208 of file Skiplist.h.
|
friend |
Definition at line 73 of file Skiplist.h.
|
private |
Definition at line 200 of file Skiplist.h.