Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/include/CLAM/ |
Current File : //proc/self/root/usr/include/CLAM/LadspaWrapperCreator.hxx |
#ifndef __LadspaWrapperCreator_hxx__ #define __LadspaWrapperCreator_hxx__ #include "LadspaWrapper.hxx" #include "LadspaWrapperBuffer.hxx" namespace CLAM { class LadspaWrapperCreator : public CLAM::Factory<Processing>::Creator { private: std::string _libraryFileName; unsigned _index; std::string _factoryKey; public: LadspaWrapperCreator( const std::string& libraryFileName, unsigned index, const std::string& key ) : _libraryFileName( libraryFileName ) , _index( index ) , _factoryKey( key ) { //std::cout<<"LadspaWrapperCreator() libraryFileName="<<libraryFileName<<std::endl; } virtual Processing* Create() { //std::cout << "LadspaWrapperCreator::Create called"<<std::endl; return new CLAM::LadspaWrapper(_libraryFileName, _index, _factoryKey); } virtual ~LadspaWrapperCreator() { //std::cout<<"~LadspaWrapperCreator()"<<std::endl; } }; class LadspaWrapperBufferCreator : public CLAM::Factory<Processing>::Creator { private: std::string _libraryFileName; unsigned _index; std::string _factoryKey; public: LadspaWrapperBufferCreator( const std::string& libraryFileName, unsigned index, const std::string& key ) : _libraryFileName( libraryFileName ) , _index( index ) , _factoryKey( key ) { //std::cout<<"LadspaWrapperBufferCreator() libraryFileName="<<libraryFileName<<std::endl; } virtual Processing* Create() { //std::cout << "LadspaWrapperBufferCreator::Create called"<<std::endl; return new CLAM::LadspaWrapperBuffer(_libraryFileName, _index, _factoryKey); } virtual ~LadspaWrapperBufferCreator() { //std::cout<<"~LadspaWrapperBufferCreator()"<<std::endl; } }; } // namespace CLAM #endif // __LadspaWrapperCreator_hxx__
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare