This component‐private structure is a node in the SkipList.
Synopsis
Declared in <bdlcc_skiplist.h>
template<
class KEY,
class DATA>
struct SkipList_Node;
Types
Name |
Description |
Forward and backward links at one skip‐list level. |
Type Aliases
Name |
Description |
This node type. |
Data Members
Name |
Description |
Payload data associated with |
|
Ordering key for this node. |
|
Height of this node; values in range |
|
Must be last; each node has space for extra |
|
Number of outstanding references to this node. |
Created with MrDocs