Swarm-NG
1.1
|
Template class to add your plugin to the list of plugins. More...
#include <plugin.hpp>
Template class to add your plugin to the list of plugins.
If your plugin class (derived from Plugin management) is named MyPlugin, to add it to swarm library you need to add this line to the global scope of your source code:
For easy to use version look at basic_plugin_initializer.
Definition at line 114 of file plugin.hpp.