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

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

Detailed Description

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

The item of the stack for traversing BPTree.


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