|
CLAM-Development
1.3
|
#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 34 of file LadspaWrapperCreator.hxx.
| CLAM::LadspaWrapperBufferCreator::LadspaWrapperBufferCreator | ( | const std::string & | libraryFileName, |
| unsigned | index, | ||
| const std::string & | key | ||
| ) | [inline] |
Definition at line 41 of file LadspaWrapperCreator.hxx.
| virtual CLAM::LadspaWrapperBufferCreator::~LadspaWrapperBufferCreator | ( | ) | [inline, virtual] |
Definition at line 53 of file LadspaWrapperCreator.hxx.
| virtual Processing* CLAM::LadspaWrapperBufferCreator::Create | ( | void | ) | [inline, virtual] |
Implements CLAM::Factory< AbstractProductType >::Creator.
Definition at line 48 of file LadspaWrapperCreator.hxx.
1.7.6.1