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 59 of file Skiplist.h.
|
inlineprivate |
Definition at line 67 of file Skiplist.h.
|
inlineprivate |
Definition at line 71 of file Skiplist.h.
|
friend |
Definition at line 60 of file Skiplist.h.
|
friend |
Definition at line 61 of file Skiplist.h.
|
private |
Definition at line 63 of file Skiplist.h.
|
private |
Definition at line 64 of file Skiplist.h.