tudocomp
– The TU Dortmund Compression Framework
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LZWDecoding.hpp File Reference

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)