Blink DB Documentation v1.0.0
Blink DB Documentation
 
Loading...
Searching...
No Matches
Node Class Reference

Skip List Node Class. More...

#include <skiplist.hpp>

Public Member Functions

 Node (SentinelType type, const KeyValuePair &data)
 

Public Attributes

SentinelType type
 
KeyValuePair data
 
Nodeprev
 
Nodenext
 
Nodeup
 
Nodedown
 

Detailed Description

Skip List Node Class.

This class represents a node in the skip list. Each node contains a key-value pair, pointers to the next and previous nodes, and pointers to the upper and lower levels of the skip list. The node type is represented by the SentinelType enum.


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