Struct with information about a plugin. More...
#include <PluginManager.h>
Public Attributes | |
std::string | Version |
Plugin version (from instance). | |
std::string | Author |
Plugin author (from instance). | |
Plugin * | Instance |
Instance of the plugin. | |
void * | Handle |
Handle (from dlopen) of the plugin. | |
Struct with information about a plugin.