lab_huffman
Hazardous Huffman Codes
decoder.h File Reference

Definitions for functions for the decoder program. More...

#include <string>
#include <vector>
+ Include dependency graph for decoder.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Definitions for functions for the decoder program.

Author
Chase Geigle
Date
Summer 2012