Crypto++
8.9
Free C++ class library of cryptographic schemes
|
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.