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