
| Public Attributes | |
| huffmanNode * | leftChild | 
| huffmanNode * | rightChild | 
| S * | rightLeaf | 
| S * | leftLeaf | 
| double | probability | 
| bool | isOnLastLevel = false | 
Definition at line 132 of file huffmantree.h.
| bool votca::xtp::huffmanTree< T >::huffmanNode< S >::isOnLastLevel = false | 
Definition at line 140 of file huffmantree.h.
| huffmanNode* votca::xtp::huffmanTree< T >::huffmanNode< S >::leftChild | 
Definition at line 135 of file huffmantree.h.
Definition at line 138 of file huffmantree.h.
| double votca::xtp::huffmanTree< T >::huffmanNode< S >::probability | 
Definition at line 139 of file huffmantree.h.
| huffmanNode* votca::xtp::huffmanTree< T >::huffmanNode< S >::rightChild | 
Definition at line 136 of file huffmantree.h.
Definition at line 137 of file huffmantree.h.