Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
advanced_structures::ChunkBPlusTree< T >::Node Struct Reference
+ Collaboration diagram for advanced_structures::ChunkBPlusTree< T >::Node:

Public Member Functions

 Node (bool leaf=true)
 

Public Attributes

std::vector< std::shared_ptr< Node > > children
 
bool is_leaf
 
std::vector< T > keys
 
std::shared_ptr< Nodenext
 

Detailed Description

template<typename T>
struct advanced_structures::ChunkBPlusTree< T >::Node

Definition at line 242 of file advanced_structures.hpp.

Constructor & Destructor Documentation

◆ Node()

template<typename T >
advanced_structures::ChunkBPlusTree< T >::Node::Node ( bool  leaf = true)
inline

Member Data Documentation

◆ children

template<typename T >
std::vector<std::shared_ptr<Node> > advanced_structures::ChunkBPlusTree< T >::Node::children

Definition at line 245 of file advanced_structures.hpp.

◆ is_leaf

template<typename T >
bool advanced_structures::ChunkBPlusTree< T >::Node::is_leaf

Definition at line 243 of file advanced_structures.hpp.

◆ keys

template<typename T >
std::vector<T> advanced_structures::ChunkBPlusTree< T >::Node::keys

Definition at line 244 of file advanced_structures.hpp.

◆ next

template<typename T >
std::shared_ptr<Node> advanced_structures::ChunkBPlusTree< T >::Node::next

Definition at line 246 of file advanced_structures.hpp.


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