tudocomp
– The TU Dortmund Compression Framework
|
#include <DRCoder.hpp>
Public Member Functions | |
template<typename rhs_t > | |
void | encode (const rhs_t &rhs, std::shared_ptr< BitOStream > &out, size_t bit_width, size_t max_value) const |
template<typename rhs_t > | |
void | decode (rhs_t &rhs, std::shared_ptr< BitIStream > &in, size_t bit_width, size_t max_value) 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 39 of file DRCoder.hpp.
|
inline |
Definition at line 58 of file DRCoder.hpp.
|
inline |
Definition at line 50 of file DRCoder.hpp.
|
inlinestatic |
Definition at line 41 of file DRCoder.hpp.