Octane v1.01.20 - The Open Compression Toolkit for C++ | http://octane.sourceforge.net/ |
Jibz
Definition in file compressormanager.hpp.
#include "../compressors/compressor.hpp"
#include <string>
#include <vector>
#include <assert.h>
Go to the source code of this file.
Compounds | |
class | CompressorManager |
The CompressorManager classes holds a collection of Compressor derived classes and is used for runtime selection of which algorithm to test. More... | |
class | CompressorManager_SingletonInsurer |
This is a sneaky little class which allows us to create self-registering compressors. More... | |
Variables | |
CompressorManager * | global_compressormanagerp |
global single instance of the CompressorManager; all compressors will register with this global instance. |