|
tudocomp
– The TU Dortmund Compression Framework
|
#include <tudocomp/util.hpp>#include <tudocomp/compressors/lz78/LZ78Trie.hpp>#include <tudocomp/compressors/lzw/LZWFactor.hpp>Go to the source code of this file.
Namespaces | |
| tdc | |
| Contains the text compression and encoding framework. | |
| tdc::lzw | |
| Contains compressors and encoders that work with Lempel-Ziv-Welch-like dictionaries. | |
Typedefs | |
| using | tdc::lzw::CodeType = lz78::factorid_t |
Functions | |
| template<class F > | |
| void | tdc::lzw::decode_step (F next_code_callback, std::ostream &out, const CodeType dms, const CodeType reserve_dms) |