tudocomp
– The TU Dortmund Compression Framework
|
#include <PlainSLPCoder.hpp>
Public Member Functions | |
void | encode (DebugContext &debug, SLP &&slp, Output &output) const |
SLP | decode (Input &input) const |
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 PlainSLPCoder.hpp.
Definition at line 54 of file PlainSLPCoder.hpp.
|
inline |
Definition at line 18 of file PlainSLPCoder.hpp.
|
inlinestatic |
Definition at line 11 of file PlainSLPCoder.hpp.