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::ChunkSkipList< T >::Node Struct Reference
+ 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
 
value
 

Detailed Description

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

Definition at line 153 of file advanced_structures.hpp.

Constructor & Destructor Documentation

◆ Node()

template<typename T >
advanced_structures::ChunkSkipList< T >::Node::Node ( val,
int  level 
)
inlineexplicit

Definition at line 156 of file advanced_structures.hpp.

Member Data Documentation

◆ forward

template<typename T >
std::vector<std::shared_ptr<Node> > advanced_structures::ChunkSkipList< T >::Node::forward

Definition at line 155 of file advanced_structures.hpp.

◆ value

template<typename T >
T advanced_structures::ChunkSkipList< T >::Node::value

Definition at line 154 of file advanced_structures.hpp.


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