tudocomp
– The TU Dortmund Compression Framework
LZWFactor.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <tudocomp/def.hpp>
4 
5 namespace tdc {
6 namespace lzw {
7 
9 
10 }} //ns
11 
Contains the text compression and encoding framework.
Definition: namespaces.hpp:11
len_compact_t Factor
Definition: LZWFactor.hpp:8
uint32_t len_compact_t
Type to represent an bit-compact length value.
Definition: def.hpp:103