MarlinMT
0.1.0
|
#include <PluginManager.h>
Public Attributes | |
std::string | _libraryName {} |
The name of the library of the plugin. More... | |
FactoryFunction | _factory {} |
The plugin factory. More... | |
Definition at line 73 of file PluginManager.h.
FactoryFunction marlinmt::PluginManager::FactoryData::_factory {} |
The plugin factory.
Definition at line 77 of file PluginManager.h.
std::string marlinmt::PluginManager::FactoryData::_libraryName {} |
The name of the library of the plugin.
Definition at line 75 of file PluginManager.h.
Referenced by marlinmt::PluginManager::registerPlugin().