ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
Compress Class Referenceabstract
Inheritance diagram for Compress:

Public Member Functions

 Compress ()
 
 ~Compress ()
 
void operator() (stream_type &Stream)
 

Protected Member Functions

virtual void compress (const std::string &Buffer)=0
 

Protected Attributes

size_t buffer_size_total
 
size_t compressed_size_total
 

Constructor & Destructor Documentation

◆ Compress()

Compress::Compress ( )

◆ ~Compress()

Compress::~Compress ( )

Member Function Documentation

◆ compress()

virtual void Compress::compress ( const std::string & Buffer)
protectedpure virtual

◆ operator()()

void Compress::operator() ( stream_type & Stream)

Member Data Documentation

◆ buffer_size_total

size_t Compress::buffer_size_total
protected

◆ compressed_size_total

size_t Compress::compressed_size_total
protected

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