CLAM-Development  1.4.0
Protected Member Functions
RunTimeLadspaLibraryLoader Class Reference

#include <RunTimeLadspaLibraryLoader.hxx>

List of all members.

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
- Protected Member Functions inherited from RunTimeLibraryLoader
void LoadLibrariesFromPath (const std::string &path) const
std::vector< std::string > SplitPathVariable (const std::string &pathVariable) const
void * GetLibraryHandler (const std::string &libraryPath) const
const char * pathSeparator () const
const std::string getPathFromFullFileName (const std::string &fullFileNameConst) const
bool IsOnPath (const std::string &path) const
virtual std::list< std::string > GetUsedLibraries ()

Additional Inherited Members

- Public Member Functions inherited from RunTimeLibraryLoader
virtual ~RunTimeLibraryLoader ()
void Load () const
void ReLoad ()
const std::string CompletePathFor (const std::string &subpathAndName) const
- Static Public Member Functions inherited from RunTimeLibraryLoader
static void * FullyLoadLibrary (const std::string &libraryPath)
static void * LazyLoadLibrary (const std::string &libraryPath)
static bool ReleaseLibraryHandler (void *handle, const std::string pluginFullFilename="")
static const std::string LibraryLoadError ()
static const std::string FileOfSymbol (void *symbolAddress)
static void * GetSymbol (void *libraryHandler, const std::string &symbolName)

Detailed Description

Definition at line 12 of file RunTimeLadspaLibraryLoader.hxx.


Member Function Documentation

const char* RunTimeLadspaLibraryLoader::homePath ( ) const
inlineprotectedvirtual

Implements RunTimeLibraryLoader.

Definition at line 71 of file RunTimeLadspaLibraryLoader.hxx.

const char* RunTimeLadspaLibraryLoader::libraryType ( ) const
inlineprotectedvirtual

Implements RunTimeLibraryLoader.

Definition at line 73 of file RunTimeLadspaLibraryLoader.hxx.

virtual const bool RunTimeLadspaLibraryLoader::needReleaseHandlerOnReload ( ) const
inlineprotectedvirtual

Implements RunTimeLibraryLoader.

Definition at line 17 of file RunTimeLadspaLibraryLoader.hxx.

const char* RunTimeLadspaLibraryLoader::pathEnvironmentVar ( ) const
inlineprotectedvirtual

Implements RunTimeLibraryLoader.

Definition at line 72 of file RunTimeLadspaLibraryLoader.hxx.

void RunTimeLadspaLibraryLoader::SetupLibrary ( void *  handle,
const std::string &  pluginFullFilename 
) const
inlineprotectedvirtual
const char** RunTimeLadspaLibraryLoader::standardPaths ( ) const
inlineprotectedvirtual

Implements RunTimeLibraryLoader.

Definition at line 60 of file RunTimeLadspaLibraryLoader.hxx.


The documentation for this class was generated from the following file: