|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
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< Node > | next |
Definition at line 242 of file advanced_structures.hpp.
|
inline |
Definition at line 248 of file advanced_structures.hpp.
| std::vector<std::shared_ptr<Node> > advanced_structures::ChunkBPlusTree< T >::Node::children |
Definition at line 245 of file advanced_structures.hpp.
| bool advanced_structures::ChunkBPlusTree< T >::Node::is_leaf |
Definition at line 243 of file advanced_structures.hpp.
| std::vector<T> advanced_structures::ChunkBPlusTree< T >::Node::keys |
Definition at line 244 of file advanced_structures.hpp.
| std::shared_ptr<Node> advanced_structures::ChunkBPlusTree< T >::Node::next |
Definition at line 246 of file advanced_structures.hpp.