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
8
using
Factor
=
len_compact_t
;
9
10
}}
//ns
11
tdc
Contains the text compression and encoding framework.
Definition:
namespaces.hpp:11
def.hpp
tdc::lzw::Factor
len_compact_t Factor
Definition:
LZWFactor.hpp:8
tdc::len_compact_t
uint32_t len_compact_t
Type to represent an bit-compact length value.
Definition:
def.hpp:103
include
tudocomp
compressors
lzw
LZWFactor.hpp
Generated by
1.8.13