plugin.hh
Go to the documentation of this file.
1 #ifndef _PLUGIN_HH_
2 #define _PLUGIN_HH_
3 
5  public:
7  virtual ~PluginAbstract(){};
8  virtual void Initialization(std::string &astr) = 0;
9 };
10 
12 #endif /* _PLUGIN_HH_ */
virtual void Initialization(std::string &astr)=0
virtual ~PluginAbstract()
Definition: plugin.hh:7
PluginAbstract * createPlugin_t()
Definition: plugin.hh:11
PluginAbstract()
Definition: plugin.hh:6


sot-core
Author(s): Olivier Stasse, ostasse@laas.fr
autogenerated on Wed Jun 21 2023 02:51:26