tudocomp
– The TU Dortmund Compression Framework
tdc::esp::huff2::Huffmantable Struct Reference

#include <HuffmanCoder.hpp>

Inheritance diagram for tdc::esp::huff2::Huffmantable:
tdc::esp::huff2::ExtendedHuffmantable

Public Attributes

OrderedMapFromEffective m_ordered_map_from_effective
 
size_t m_effective_alphabet_size
 
Numl m_numl
 
size_t m_longest
 
size_t m_real_alphabet_size
 

Detailed Description

Definition at line 189 of file compressors/esp/HuffmanCoder.hpp.

Member Data Documentation

◆ m_effective_alphabet_size

size_t tdc::esp::huff2::Huffmantable::m_effective_alphabet_size

Definition at line 191 of file compressors/esp/HuffmanCoder.hpp.

◆ m_longest

size_t tdc::esp::huff2::Huffmantable::m_longest

Definition at line 193 of file compressors/esp/HuffmanCoder.hpp.

◆ m_numl

Numl tdc::esp::huff2::Huffmantable::m_numl

Definition at line 192 of file compressors/esp/HuffmanCoder.hpp.

◆ m_ordered_map_from_effective

OrderedMapFromEffective tdc::esp::huff2::Huffmantable::m_ordered_map_from_effective

Definition at line 190 of file compressors/esp/HuffmanCoder.hpp.

◆ m_real_alphabet_size

size_t tdc::esp::huff2::Huffmantable::m_real_alphabet_size

Definition at line 194 of file compressors/esp/HuffmanCoder.hpp.


The documentation for this struct was generated from the following file: