|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
Collaboration diagram for advanced_structures::ChunkSkipList< T >::Node:Public Member Functions | |
| Node (T val, int level) | |
Public Attributes | |
| std::vector< std::shared_ptr< Node > > | forward |
| T | value |
Definition at line 153 of file advanced_structures.hpp.
|
inlineexplicit |
Definition at line 156 of file advanced_structures.hpp.
| std::vector<std::shared_ptr<Node> > advanced_structures::ChunkSkipList< T >::Node::forward |
Definition at line 155 of file advanced_structures.hpp.
| T advanced_structures::ChunkSkipList< T >::Node::value |
Definition at line 154 of file advanced_structures.hpp.