Declaration of class Skiplist. More...
Go to the source code of this file.
Classes | |
class | ogdf::Skiplist< X > |
A randomized skiplist. More... | |
class | ogdf::Skiplist< X >::Element |
Internal structure to hold the items and internal forward pointers of the skiplist. More... | |
class | ogdf::SkiplistIterator< X > |
Forward-Iterator for Skiplists. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
Declaration of class Skiplist.
Definition in file Skiplist.h.