tudocomp
– The TU Dortmund Compression Framework
tdc::esp::PlainSLPCoder Class Reference

#include <PlainSLPCoder.hpp>

Inheritance diagram for tdc::esp::PlainSLPCoder:
tdc::Algorithm

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
 
Algorithmoperator= (Algorithm const &)=default
 
Algorithmoperator= (Algorithm &&)=default
 
 Algorithm (Env &&env)
 Instantiates an algorithm in the specified environment. More...
 
Envenv ()
 Provides access to the environment that the algorithm works in. More...
 
const Envenv () const
 

Static Public Member Functions

static Meta meta ()
 

Detailed Description

Definition at line 9 of file PlainSLPCoder.hpp.

Member Function Documentation

◆ decode()

SLP tdc::esp::PlainSLPCoder::decode ( Input input) const
inline

Definition at line 54 of file PlainSLPCoder.hpp.

◆ encode()

void tdc::esp::PlainSLPCoder::encode ( DebugContext debug,
SLP &&  slp,
Output output 
) const
inline

Definition at line 18 of file PlainSLPCoder.hpp.

◆ meta()

static Meta tdc::esp::PlainSLPCoder::meta ( )
inlinestatic

Definition at line 11 of file PlainSLPCoder.hpp.


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