Go to the documentation of this file.
34 #ifndef TTA_CODE_COMPRESSOR_HH
35 #define TTA_CODE_COMPRESSOR_HH
42 #define EXPORT_CODE_COMPRESSOR(PLUGIN_NAME__) \
44 CodeCompressorPlugin* create_code_compressor() {\
45 return new PLUGIN_NAME__(); \
47 void delete_code_compressor(\
48 CodeCompressorPlugin* target) {\