|
Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
|
#include <data_structures.hpp>
Collaboration diagram for ChunkNode< T >:Public Member Functions | |
| ChunkNode (const std::vector< T > &chunk_data) | |
Public Attributes | |
| std::vector< T > | data |
| std::shared_ptr< ChunkNode< T > > | next |
| std::shared_ptr< ChunkNode< T > > | prev |
Definition at line 182 of file data_structures.hpp.
|
inlineexplicit |
Definition at line 187 of file data_structures.hpp.
| std::vector<T> ChunkNode< T >::data |
Definition at line 183 of file data_structures.hpp.
Definition at line 184 of file data_structures.hpp.
Definition at line 185 of file data_structures.hpp.