Canonical bzip2 Huffman decoding tree. More...
#include <bzip2.hpp>
Public Attributes | |
| std::vector< huffman_node > | nodes |
| Tree nodes with the root at index zero. | |
| std::vector< huffman_node > rpnx::compression::bzip2_codec::huffman_table::nodes |
Tree nodes with the root at index zero.
Definition at line 43 of file bzip2.hpp.
Referenced by rpnx::compression::bzip2_codec::decode_huffman_symbol().