Swarm-NG
1.1
|
Template class for easy plugin development and management. More...
#include <plugin.hpp>
Public Member Functions | |
basic_plugin_initializer (const std::string &id, const std::string &description=std::string()) | |
Register the a basic_plugin<T> with specified id and description. | |
Template class for easy plugin development and management.
Shorthand for plugin_initializer< basic_plugin < T > with some extra feautures.
If you have created a plugin with main class as MyPlugin, and you want to name the plugin as "integrator_MyPlugin", put this line in the global scope of your source code:
Definition at line 135 of file plugin.hpp.