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

A parsed Huffman tree description and its encoded byte length. More...

#include <zstandard.hpp>

Public Attributes

huffman_table table
 Parsed canonical decoding tree.
 
std::size_t consumed_bytes
 Bytes occupied by the encoded tree description.
 

Detailed Description

A parsed Huffman tree description and its encoded byte length.

Definition at line 87 of file zstandard.hpp.

Member Data Documentation

◆ consumed_bytes

std::size_t rpnx::compression::zstandard_codec::huffman_description_result::consumed_bytes

Bytes occupied by the encoded tree description.

Definition at line 92 of file zstandard.hpp.

Referenced by rpnx::compression::zstandard_codec::decode_literals().

◆ table

huffman_table rpnx::compression::zstandard_codec::huffman_description_result::table

Parsed canonical decoding tree.

Definition at line 90 of file zstandard.hpp.

Referenced by rpnx::compression::zstandard_codec::decode_literals().


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