Octane v1.01.20 - The Open Compression Toolkit for C++ http://octane.sourceforge.net/
Homepage | Main | Modules | Class Hierarchy | Compound List | File List | Compound Members | Related Pages

SubStrHuffCompressor Class Reference
[Compressors]

#include <substrhuff.hpp>

Inheritance diagram for SubStrHuffCompressor:

OctaneCompressor_Statistical OctaneCompressor OctaneClass List of all members.

Detailed Description

The SubStrHuff Compressor is a basic Statistical compressor, that instantiates a Zero-order modeler, with a huffman coder, and a SubString parser.

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 OctaneCompressorMakeCompressorInstantiation ()
 Instantiate a compressor from this class (like a factory).


Member Function Documentation

virtual std::string SubStrHuffCompressor::GetDescription  )  [inline, virtual]
 

optionally provide a longer (maybe 20-60 characters) description

Returns:
a one line description

Reimplemented from OctaneCompressor_Statistical.

Definition at line 45 of file substrhuff.hpp.

00045 {return "SubString Huffman Compressor";}


The documentation for this class was generated from the following files:  
Generated on 20 May 2004 by doxygen 1.3.3