Struct with information about a plugin. More...
#include <PluginHandler.h>
Public Attributes | |
| std::string | Version |
| Plugin version (from instance). | |
| std::string | Author |
| Plugin author (from instance). | |
| std::string | Description |
| Plugin description (from instance). | |
| void * | Instance |
| Instance of the plugin. | |
| void * | Handle |
| Handle (from dlopen) of the plugin. | |
|
std::map< std::string, std::function< boost::any(boost::any)> > | Methods |
| Callable methods of the plugin. | |
Struct with information about a plugin.
1.8.6