Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
WaveletChunkingTest Class Reference
+ Inheritance diagram for WaveletChunkingTest:
+ Collaboration diagram for WaveletChunkingTest:

Protected Member Functions

void SetUp () override
 

Protected Attributes

std::vector< double > numeric_data
 
std::vector< char > text_data
 

Detailed Description

Definition at line 9 of file chunking_methods_sophisticated_test.cpp.

Member Function Documentation

◆ SetUp()

void WaveletChunkingTest::SetUp ( )
inlineoverrideprotected

Definition at line 11 of file chunking_methods_sophisticated_test.cpp.

11 {
12 numeric_data = {1.0, 1.1, 1.2, 5.0, 5.1, 5.2, 2.0, 2.1, 2.2};
13 text_data = std::vector<char>{'H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd'};
14 }

References numeric_data, and text_data.

Member Data Documentation

◆ numeric_data

std::vector<double> WaveletChunkingTest::numeric_data
protected

Definition at line 16 of file chunking_methods_sophisticated_test.cpp.

Referenced by SetUp().

◆ text_data

std::vector<char> WaveletChunkingTest::text_data
protected

Definition at line 17 of file chunking_methods_sophisticated_test.cpp.

Referenced by SetUp().


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