|
tudocomp
– The TU Dortmund Compression Framework
|
Defines data encoding to and decoding from a stream of Elias-Delta codes. More...
#include <EliasDeltaCoder.hpp>
Classes | |
| class | Decoder |
| Decodes data from a stream of Elias-Delta codes. More... | |
| class | Encoder |
| Encodes data to a stream of Elias-Delta codes. More... | |
Public Member Functions | |
| EliasDeltaCoder ()=delete | |
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 () |
Defines data encoding to and decoding from a stream of Elias-Delta codes.
All values are encoded using Elias-Delta code.
Definition at line 11 of file EliasDeltaCoder.hpp.
|
delete |
|
inlinestatic |
Definition at line 13 of file EliasDeltaCoder.hpp.