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 195 of file Skiplist.h.
|
inlineprivate |
Definition at line 200 of file Skiplist.h.
|
inline |
Definition at line 223 of file Skiplist.h.
|
inline |
Returns the item to which the iterator points.
Definition at line 204 of file Skiplist.h.
|
inline |
Move the iterator one item forward (prefix notation)
Definition at line 209 of file Skiplist.h.
|
inline |
Move the iterator one item forward (prefix notation)
Definition at line 215 of file Skiplist.h.
|
inline |
Definition at line 221 of file Skiplist.h.
|
inline |
Definition at line 206 of file Skiplist.h.
|
private |
Definition at line 198 of file Skiplist.h.