| lab_huffman
    Hazardous Huffman Codes | 
Definitions for functions for the decoder program. More...
| Namespaces | |
| decoder | |
| decoder namespace: collection of functions used for running the decoder program. | |
| Functions | |
| int | decoder::main (const std::vector< std::string > &args) | 
| Main method of the program, should you choose to run it as a command line version.  More... | |
| void | decoder::printUsage (const std::string &programName) | 
| Prints the usage of the command line version.  More... | |
| void | decoder::decodeFile (const std::string &inputName, const std::string &treeName, const std::string &outputName) | 
| Decodes a file using the given HuffmanTree.  More... | |
Definitions for functions for the decoder program.