|
My Project
|
This is the complete list of members for Huffman, including all inherited members.
| buildHuffmanTree(const uint64_t histogram[ALPHABET_SIZE]) | Huffman | |
| compressFile(const std::string &inputFilePath, const std::string &outputFilePath) | Huffman | |
| computeHistogram(const std::string &inputFilePath, uint64_t histogram[ALPHABET_SIZE]) | Huffman | |
| decompressFile(const std::string &inputFilePath, const std::string &outputFilePath) | Huffman | |
| generateCodeTable(Node *root, Code ¤tNode, Code codeTable[ALPHABET_SIZE]) | Huffman | |
| reconstructTree(const uint8_t tree_dump[], uint32_t dump_size) | Huffman | |
| writeTreeDump(Node *root, std::ofstream &outFile) | Huffman |