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::ChunkLSMTree< T >::Level Struct Reference

Public Member Functions

 Level (size_t limit)
 
bool is_full () const
 

Public Attributes

std::vector< T > data
 
size_t size_limit
 

Detailed Description

template<typename T>
struct advanced_structures::ChunkLSMTree< T >::Level

Definition at line 666 of file advanced_structures.hpp.

Constructor & Destructor Documentation

◆ Level()

template<typename T >
advanced_structures::ChunkLSMTree< T >::Level::Level ( size_t  limit)
inline

Member Function Documentation

◆ is_full()

template<typename T >
bool advanced_structures::ChunkLSMTree< T >::Level::is_full ( ) const
inline

Member Data Documentation

◆ data

template<typename T >
std::vector<T> advanced_structures::ChunkLSMTree< T >::Level::data

◆ size_limit

template<typename T >
size_t advanced_structures::ChunkLSMTree< T >::Level::size_limit

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