Wire Sysio Wire Sysion 1.0.0
|
#include <template_plugin.hpp>
Public Member Functions | |
template_plugin () | |
virtual | ~template_plugin () |
virtual void | set_program_options (options_description &, options_description &cfg) override |
void | plugin_initialize (const variables_map &options) |
void | plugin_startup () |
void | plugin_shutdown () |
Public Member Functions inherited from appbase::plugin< template_plugin > | |
plugin () | |
virtual | ~plugin () |
virtual state | get_state () const override |
virtual const std::string & | name () const override |
virtual void | register_dependencies () |
virtual void | initialize (const variables_map &options) override |
virtual void | handle_sighup () override |
virtual void | startup () override |
virtual void | shutdown () override |
Public Member Functions inherited from appbase::abstract_plugin | |
virtual | ~abstract_plugin () |
Additional Inherited Members | |
Public Types inherited from appbase::abstract_plugin | |
enum | state { registered , initialized , started , stopped } |
Protected Member Functions inherited from appbase::plugin< template_plugin > | |
plugin (const string &name) | |
This is a template plugin, intended to serve as a starting point for making new plugins
Definition at line 11 of file template_plugin.hpp.
sysio::template_plugin::template_plugin | ( | ) |
Definition at line 10 of file template_plugin.cpp.
|
virtual |
Definition at line 11 of file template_plugin.cpp.
void sysio::template_plugin::plugin_initialize | ( | const variables_map & | options | ) |
Definition at line 20 of file template_plugin.cpp.
void sysio::template_plugin::plugin_shutdown | ( | ) |
Definition at line 33 of file template_plugin.cpp.
void sysio::template_plugin::plugin_startup | ( | ) |
Definition at line 29 of file template_plugin.cpp.
|
overridevirtual |
Implements appbase::abstract_plugin.
Definition at line 13 of file template_plugin.cpp.