ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | Public Methods | List of all members
HuffmanDecoder::Node Struct Reference

#include <huffman.hpp>

Collaboration diagram for HuffmanDecoder::Node:
[legend]

Class Description

Internal struct representing nodes of the huffman code tree.

Definition at line 148 of file huffman.hpp.

Public Fields

Nodeleft
 The left child node.
 
Noderight
 The right child node.
 
uint8_t symbol
 

Public Methods

 Node ()
 

Constructor & Destructor Documentation

◆ Node()

Node ( )
inline

Constructor.

Definition at line 156 of file huffman.hpp.

Member Data Documentation

◆ symbol

uint8_t symbol

If this is a leaf node (neither left nor right are set, then then this is the symbol found.

Definition at line 152 of file huffman.hpp.


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