|
tudocomp
– The TU Dortmund Compression Framework
|
#include <algorithm>#include <vector>#include <tudocomp/def.hpp>#include <tudocomp/ds/IntVector.hpp>#include <tudocomp_stat/StatPhase.hpp>Go to the source code of this file.
Classes | |
| class | tdc::lzss::Factor |
| class | tdc::lzss::FactorBuffer |
Namespaces | |
| tdc | |
| Contains the text compression and encoding framework. | |
| tdc::lzss | |
| Contains compressors and encoders that work with Lempel-Ziv-Storer-Szymansky-like factors. | |
Functions | |
| class tdc::lzss::Factor | tdc::lzss::__attribute__ ((__packed__)) |
| Factor (len_t fpos, len_t fsrc, len_t flen) | |
Variables | |
| len_compact_t | pos |
| len_compact_t | src |
| len_compact_t | len |
| class tdc::lzss::FactorBuffer | tdc::lzss::__attribute__ |
|
inline |
Definition at line 40 of file LZSSFactors.hpp.
| len_compact_t len |
Definition at line 38 of file LZSSFactors.hpp.
| len_compact_t pos |
Definition at line 38 of file LZSSFactors.hpp.
| len_compact_t src |
Definition at line 38 of file LZSSFactors.hpp.