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