clockUtils
1.1
|
represents a node in the probability tree if left and right are both nullptr this node is a leave and c has a valid value More...
#include <HuffmanBase.h>
Public Attributes | |
len_t | value |
uint8_t | c |
std::shared_ptr< Node > | left |
std::shared_ptr< Node > | right |
represents a node in the probability tree if left and right are both nullptr this node is a leave and c has a valid value
Definition at line 57 of file HuffmanBase.h.
uint8_t clockUtils::compression::algorithm::HuffmanBase::Node::c |
Definition at line 59 of file HuffmanBase.h.
std::shared_ptr<Node> clockUtils::compression::algorithm::HuffmanBase::Node::left |
Definition at line 60 of file HuffmanBase.h.
std::shared_ptr<Node> clockUtils::compression::algorithm::HuffmanBase::Node::right |
Definition at line 61 of file HuffmanBase.h.
len_t clockUtils::compression::algorithm::HuffmanBase::Node::value |
Definition at line 58 of file HuffmanBase.h.