#include <plugin_factory.h>
|
| IPluginBase (const char *plugin_name, const char *plugin_version) |
|
| IPluginBase (const char *plugin_name, const char *plugin_version) |
|
const char * | get_name () const override |
| Get the plugin name from the global variable.
|
|
const char * | get_version () const override |
| Get the plugin version from the global variable.
|
|
virtual | ~IPlugin ()=default |
| Virtual destructor to ensure proper cleanup of derived classes.
|
|
◆ IPluginBase()
fourdst::plugin::IPluginBase::IPluginBase |
( |
const char * | plugin_name, |
|
|
const char * | plugin_version ) |
|
inlineexplicit |
The documentation for this class was generated from the following file: