Canonical Huffman decoding tree retained for treeless literal blocks. More...
#include <zstandard.hpp>
Public Attributes | |
| std::vector< huffman_node > | nodes |
| Tree nodes with the root at index zero. | |
Canonical Huffman decoding tree retained for treeless literal blocks.
Definition at line 80 of file zstandard.hpp.
| std::vector< huffman_node > rpnx::compression::zstandard_codec::huffman_table::nodes |
Tree nodes with the root at index zero.
Definition at line 83 of file zstandard.hpp.
Referenced by rpnx::compression::zstandard_codec::decode_huffman_stream().