#include <RunTimeLadspaLibraryLoader.hxx>
Protected Member Functions | |
virtual const bool | needReleaseHandlerOnReload () const |
void | SetupLibrary (void *handle, const std::string &pluginFullFilename) const |
const char ** | standardPaths () const |
const char * | homePath () const |
const char * | pathEnvironmentVar () const |
const char * | libraryType () const |
Definition at line 12 of file RunTimeLadspaLibraryLoader.hxx.
const char* RunTimeLadspaLibraryLoader::homePath | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 71 of file RunTimeLadspaLibraryLoader.hxx.
const char* RunTimeLadspaLibraryLoader::libraryType | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 73 of file RunTimeLadspaLibraryLoader.hxx.
virtual const bool RunTimeLadspaLibraryLoader::needReleaseHandlerOnReload | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 17 of file RunTimeLadspaLibraryLoader.hxx.
const char* RunTimeLadspaLibraryLoader::pathEnvironmentVar | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 72 of file RunTimeLadspaLibraryLoader.hxx.
void RunTimeLadspaLibraryLoader::SetupLibrary | ( | void * | handle, | |
const std::string & | pluginFullFilename | |||
) | const [inline, protected, virtual] |
Reimplemented from RunTimeLibraryLoader.
Definition at line 18 of file RunTimeLadspaLibraryLoader.hxx.
References CLAM::Factory< AbstractProductType >::AddAttribute(), CLAM::Factory< AbstractProductType >::AddCreatorWarningRepetitions(), CLAM::ProcessingFactory::GetInstance(), RunTimeLibraryLoader::GetSymbol(), RunTimeLibraryLoader::LibraryLoadError(), and RunTimeLibraryLoader::ReleaseLibraryHandler().
const char** RunTimeLadspaLibraryLoader::standardPaths | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 60 of file RunTimeLadspaLibraryLoader.hxx.