lab_huffman
Hazardous Huffman Codes
 All Classes Namespaces Files Functions Variables Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNdecoderDecoder namespace: collection of functions used for running the decoder program
oNencoderEncoder namespace: collection of functions used for running the encoder program
oNstdSTL namespace
oCBinaryFileReaderBinaryFileReader: interface for reading binary files, bit by bit or byte by byte
oCBinaryFileWriterBinaryFileWriter: interface for writing to binary files, bit by bit or byte by byte
oCFrequencyFrequency: a plain-old-data type representing a character and its frequency
oCGenericNodeDescriptor
oCHuffmanTreeHuffmanTree: class that represents a Huffman tree for encoding and decoding files with Huffman coding
|\CTreeNodeTreeNode class: internal representation of the Huffman tree
\CHuffmanTreeNodeDescriptor