|
tudocomp
– The TU Dortmund Compression Framework
|
#include <tudocomp/ds/uint_t.hpp>#include <tudocomp/def.hpp>#include <tudocomp/compressors/lz78/LZ78Trie.hpp>Go to the source code of this file.
Namespaces | |
| tdc | |
| Contains the text compression and encoding framework. | |
| tdc::lz78 | |
| Contains compressors and encoders that work with Lempel-Ziv-78-like dictionaries. | |
Macros | |
| #define | ALPHABET_BITS (sizeof(uliteral_t)*8) |
Typedefs | |
| typedef uint_t< 40 > | tdc::lz78::squeeze_node_t |
Functions | |
| factorid_t | tdc::lz78::get_id (squeeze_node_t data) |
| uliteral_t | tdc::lz78::get_letter (squeeze_node_t data) |
| squeeze_node_t | tdc::lz78::create_node (factorid_t id, uliteral_t c) |
| #define ALPHABET_BITS (sizeof(uliteral_t)*8) |
Definition at line 19 of file squeeze_node.hpp.