|
CLAM-Development
1.1
|
#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 18 of file RunTimeLadspaLibraryLoader.hxx.
| const char* RunTimeLadspaLibraryLoader::homePath | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 67 of file RunTimeLadspaLibraryLoader.hxx.
| const char* RunTimeLadspaLibraryLoader::libraryType | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 69 of file RunTimeLadspaLibraryLoader.hxx.
| virtual const bool RunTimeLadspaLibraryLoader::needReleaseHandlerOnReload | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 23 of file RunTimeLadspaLibraryLoader.hxx.
| const char* RunTimeLadspaLibraryLoader::pathEnvironmentVar | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 68 of file RunTimeLadspaLibraryLoader.hxx.
| void RunTimeLadspaLibraryLoader::SetupLibrary | ( | void * | handle, |
| const std::string & | pluginFullFilename | ||
| ) | const [inline, protected, virtual] |
Reimplemented from RunTimeLibraryLoader.
Definition at line 24 of file RunTimeLadspaLibraryLoader.hxx.
References CLAM::Factory< AbstractProductType >::AddAttribute(), CLAM::Factory< AbstractProductType >::AddCreatorWarningRepetitions(), CLAM::ProcessingFactory::GetInstance(), RunTimeLibraryLoader::LibraryLoadError(), and RunTimeLibraryLoader::ReleaseLibraryHandler().
| const char** RunTimeLadspaLibraryLoader::standardPaths | ( | ) | const [inline, protected, virtual] |
Implements RunTimeLibraryLoader.
Definition at line 56 of file RunTimeLadspaLibraryLoader.hxx.
1.7.6.1