Internal structure to hold the items and internal forward pointers of the skiplist. More...
Private Member Functions | |
Element (const X &item, int height) | |
~Element () | |
Private Attributes | |
X | entry |
Element ** | next |
Friends | |
class | Skiplist< X > |
class | SkiplistIterator< X > |
Internal structure to hold the items and internal forward pointers of the skiplist.
Definition at line 57 of file Skiplist.h.
|
inlineprivate |
Definition at line 65 of file Skiplist.h.
|
inlineprivate |
Definition at line 69 of file Skiplist.h.
|
friend |
Definition at line 175 of file Skiplist.h.
|
private |
Definition at line 61 of file Skiplist.h.
|
private |
Definition at line 62 of file Skiplist.h.