Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ |
#include <substrhuff.hpp>
Inheritance diagram for SubStrHuffCompressor:
Definition at line 34 of file substrhuff.hpp.
Public Member Functions | |
SubStrHuffCompressor (bool registerme=false) | |
constructor | |
~SubStrHuffCompressor () | |
destructor | |
virtual std::string | GetClassName () |
Get the assigned name of an instantiated compressor. | |
virtual std::string | GetDescription () |
optionally provide a longer (maybe 20-60 characters) description | |
virtual OctaneCompressor * | MakeCompressorInstantiation () |
Instantiate a compressor from this class (like a factory). |
|
optionally provide a longer (maybe 20-60 characters) description
Reimplemented from OctaneCompressor_Statistical. Definition at line 45 of file substrhuff.hpp.
00045 {return "SubString Huffman Compressor";} |