Public Member Functions | |
NSkipNode (void) | |
Constructs a NSkipNode without setting any attribute. | |
NSkipNode (nint32 height) | |
Constructs a NSkipNode with the given height. | |
NSkipNode (nint32 height, const T &val) | |
Constructs a NSkipNode with the given height and data. | |
~NSkipNode (void) | |
Destroys a NSkipNode freeing any resources used. | |
Public Attributes | |
T | data |
Data container. | |
nint32 | height |
Node height. | |
NSkipNode< T > ** | next |
Next node pointer. |
Definition at line 37 of file nskipnode.hpp.
Constructs a NSkipNode with the given height.
height | The height of the node |
Definition at line 96 of file nskipnode.hpp.