#include <LadspaWrapperCreator.hxx>
Public Member Functions | |
LadspaWrapperCreator (const std::string &libraryFileName, unsigned index, const std::string &key) | |
virtual Processing * | Create () |
virtual | ~LadspaWrapperCreator () |
Definition at line 8 of file LadspaWrapperCreator.hxx.
CLAM::LadspaWrapperCreator::LadspaWrapperCreator | ( | const std::string & | libraryFileName, | |
unsigned | index, | |||
const std::string & | key | |||
) | [inline] |
Definition at line 12 of file LadspaWrapperCreator.hxx.
virtual CLAM::LadspaWrapperCreator::~LadspaWrapperCreator | ( | ) | [inline, virtual] |
Definition at line 24 of file LadspaWrapperCreator.hxx.
virtual Processing* CLAM::LadspaWrapperCreator::Create | ( | void | ) | [inline, virtual] |
Implements CLAM::Factory< AbstractProductType >::Creator.
Definition at line 19 of file LadspaWrapperCreator.hxx.