tudocomp
– The TU Dortmund Compression Framework
|
#include <NoopCompressor.hpp>
Public Member Functions | |
NoopCompressor (Env &&env) | |
virtual void | compress (Input &i, Output &o) override final |
Compress the given input to the given output. More... | |
virtual void | decompress (Input &i, Output &o) override final |
Decompress the given input to the given output. More... | |
Public Member Functions inherited from tdc::Compressor | |
virtual | ~Compressor ()=default |
Compressor (Compressor const &)=default | |
Compressor (Compressor &&)=default | |
Compressor & | operator= (Compressor const &)=default |
Compressor & | operator= (Compressor &&)=default |
Compressor (Env &&env) | |
Construct the compressor with an environment. More... | |
Public Member Functions inherited from tdc::Algorithm | |
virtual | ~Algorithm ()=default |
Algorithm (Algorithm const &)=default | |
Algorithm (Algorithm &&)=default | |
Algorithm & | operator= (Algorithm const &)=default |
Algorithm & | operator= (Algorithm &&)=default |
Algorithm (Env &&env) | |
Instantiates an algorithm in the specified environment. More... | |
Env & | env () |
Provides access to the environment that the algorithm works in. More... | |
const Env & | env () const |
Static Public Member Functions | |
static Meta | meta () |
Definition at line 9 of file NoopCompressor.hpp.
|
inline |
Definition at line 18 of file NoopCompressor.hpp.
|
inlinefinaloverridevirtual |
Compress the given input to the given output.
input | The input. |
output | The output. |
Implements tdc::Compressor.
Definition at line 22 of file NoopCompressor.hpp.
|
inlinefinaloverridevirtual |
Decompress the given input to the given output.
input | The input. |
output | The output. |
Implements tdc::Compressor.
Definition at line 47 of file NoopCompressor.hpp.
|
inlinestatic |
Definition at line 11 of file NoopCompressor.hpp.