Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::Skiplist< X >::Element Class Reference

Internal structure to hold the items and internal forward pointers of the skiplist. More...

List of all members.

Private Member Functions

 Element (const X &item, int height)
 ~Element ()

Private Attributes

entry
Element ** next

Friends

class Skiplist< X >
class SkiplistIterator< X >

Detailed Description

template<class X>
class ogdf::Skiplist< X >::Element

Internal structure to hold the items and internal forward pointers of the skiplist.

Definition at line 66 of file Skiplist.h.


Constructor & Destructor Documentation

template<class X >
ogdf::Skiplist< X >::Element::Element ( const X &  item,
int  height 
) [inline, private]

Definition at line 74 of file Skiplist.h.

template<class X >
ogdf::Skiplist< X >::Element::~Element ( ) [inline, private]

Definition at line 79 of file Skiplist.h.


Friends And Related Function Documentation

template<class X >
friend class Skiplist< X > [friend]

Definition at line 67 of file Skiplist.h.

template<class X >
friend class SkiplistIterator< X > [friend]

Definition at line 68 of file Skiplist.h.


Member Data Documentation

template<class X >
X ogdf::Skiplist< X >::Element::entry [private]

Definition at line 70 of file Skiplist.h.

template<class X >
Element** ogdf::Skiplist< X >::Element::next [private]

Definition at line 71 of file Skiplist.h.


The documentation for this class was generated from the following file: