tudocomp
– The TU Dortmund Compression Framework
tdc::test::CompressResult< C > Struct Template Reference

#include <util.hpp>

Public Member Functions

 CompressResult (const Registry< Compressor > &registry, std::vector< uint8_t > &&p_bytes, std::string &&p_str, std::string &&p_original, std::string &&p_options)
 
void assert_decompress ()
 
void assert_decompress_bytes ()
 

Public Attributes

std::vector< uint8_t > bytes
 
std::string str
 
std::string orginal_text
 
std::string options
 

Detailed Description

template<class C>
struct tdc::test::CompressResult< C >

Definition at line 367 of file test/test/util.hpp.

Constructor & Destructor Documentation

◆ CompressResult()

template<class C >
tdc::test::CompressResult< C >::CompressResult ( const Registry< Compressor > &  registry,
std::vector< uint8_t > &&  p_bytes,
std::string &&  p_str,
std::string &&  p_original,
std::string &&  p_options 
)
inline

Definition at line 376 of file test/test/util.hpp.

Member Function Documentation

◆ assert_decompress()

template<class C >
void tdc::test::CompressResult< C >::assert_decompress ( )
inline

Definition at line 387 of file test/test/util.hpp.

◆ assert_decompress_bytes()

template<class C >
void tdc::test::CompressResult< C >::assert_decompress_bytes ( )
inline

Definition at line 408 of file test/test/util.hpp.

Member Data Documentation

◆ bytes

template<class C >
std::vector<uint8_t> tdc::test::CompressResult< C >::bytes

Definition at line 371 of file test/test/util.hpp.

◆ options

template<class C >
std::string tdc::test::CompressResult< C >::options

Definition at line 374 of file test/test/util.hpp.

◆ orginal_text

template<class C >
std::string tdc::test::CompressResult< C >::orginal_text

Definition at line 373 of file test/test/util.hpp.

◆ str

template<class C >
std::string tdc::test::CompressResult< C >::str

Definition at line 372 of file test/test/util.hpp.


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