ldas-tools-framecpp  2.9.3
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Compress Class Referenceabstract
Inheritance diagram for Compress:
Inheritance graph
[legend]

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: