|
| DynamicPlugin (const Common::Path &filename) |
|
bool | loadPlugin () override |
|
void | unloadPlugin () override |
|
Common::Path | getFileName () const override |
|
PluginType | getType () const |
|
const char * | getName () const |
|
template<class T > |
T & | get () const |
|
|
typedef int32(* | IntFunc) () |
|
typedef void(* | VoidFunc) () |
|
typedef PluginObject *(* | GetObjectFunc) () |
|
|
virtual VoidFunc | findSymbol (const char *symbol)=0 |
|
◆ getFileName()
The getFileName() function gets the name of the plugin file for those plugins that have files (ie. not static). It doesn't require the plugin object to be loaded into memory, unlike getName()
Reimplemented from Plugin.
The documentation for this class was generated from the following file: