b-tree-plus-alpha
|
The item of the stack for traversing BPTree. More...
#include <stack_node.hpp>
Public Member Functions | |
StackNode (BPNodePointer< LEAF_CONTAINER, VALUE, MAX_DEGREE > _pointer, uint64_t _position, bool _checked) | |
StackNode | copy () const |
std::string | to_string () const |
Public Attributes | |
BPNodePointer< LEAF_CONTAINER, VALUE, MAX_DEGREE > | pointer |
uint64_t | position |
bool | checked |
The item of the stack for traversing BPTree.