b-tree-plus-alpha
Loading...
Searching...
No Matches
stool::bptree::StackNode< LEAF_CONTAINER, VALUE, MAX_DEGREE, USE_PSUM > Class Template Reference

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_PSUMpointer
 
uint64_t position
 
bool checked
 

Detailed Description

template<typename LEAF_CONTAINER, typename VALUE, uint64_t MAX_DEGREE, bool USE_PSUM>
class stool::bptree::StackNode< LEAF_CONTAINER, VALUE, MAX_DEGREE, USE_PSUM >

The item of the stack for traversing BPTree [Unchecked AI's Comment].


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