RPNX::Compress
Self-contained C++20 compression and ZIP library
 
Loading...
Searching...
No Matches
rpnx::compression::zstandard_codec::huffman_table Struct Reference

Canonical Huffman decoding tree retained for treeless literal blocks. More...

#include <zstandard.hpp>

Public Attributes

std::vector< huffman_nodenodes
 Tree nodes with the root at index zero.
 

Detailed Description

Canonical Huffman decoding tree retained for treeless literal blocks.

Definition at line 80 of file zstandard.hpp.

Member Data Documentation

◆ nodes

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().


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