Security Scol plugin
|
Public Member Functions | |
HuffmanNode (const HuffmanNode &rhs) | |
HuffmanNode & | operator= (const HuffmanNode &rhs) |
Public Attributes | ||
size_t | symbol | |
union { | ||
size_t parent | ||
unsigned depth | ||
unsigned freq | ||
}; | ||
Definition at line 99 of file zdeflate.cpp.
|
inline |
Definition at line 101 of file zdeflate.cpp.
|
inline |
Definition at line 103 of file zdeflate.cpp.
|
inline |
Definition at line 105 of file zdeflate.cpp.
unsigned HuffmanNode::depth |
Definition at line 114 of file zdeflate.cpp.
unsigned HuffmanNode::freq |
Definition at line 114 of file zdeflate.cpp.
size_t HuffmanNode::parent |
Definition at line 114 of file zdeflate.cpp.
size_t HuffmanNode::symbol |
Definition at line 113 of file zdeflate.cpp.