SourceXtractorPlusPlus
0.12
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
GrowthCurve
GrowthCurvePlugin.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVEPLUGIN_H_
19
#define _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVEPLUGIN_H_
20
21
#include "
SEFramework/Plugin/Plugin.h
"
22
23
namespace
SourceXtractor {
24
25
class
GrowthCurvePlugin
:
public
Plugin
{
26
public
:
27
virtual
~GrowthCurvePlugin
() =
default
;
28
29
std::string
getIdString
()
const override
;
30
31
void
registerPlugin
(
PluginAPI
& plugin_api)
override
;
32
33
public
:
34
};
35
36
}
// end of namespace SourceXtractor
37
38
#endif
/* _SEIMPLEMENTATION_PLUGIN_GROWTHCURVE_GROWTHCURVEPLUGIN_H_ */
SourceXtractor::GrowthCurvePlugin::getIdString
std::string getIdString() const override
Definition:
GrowthCurvePlugin.cpp:33
Plugin.h
SourceXtractor::GrowthCurvePlugin
Definition:
GrowthCurvePlugin.h:25
SourceXtractor::GrowthCurvePlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
GrowthCurvePlugin.cpp:37
std::string
STL class.
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
SourceXtractor::Plugin
Plugins must implement this interface.
Definition:
Plugin.h:38
SourceXtractor::GrowthCurvePlugin::~GrowthCurvePlugin
virtual ~GrowthCurvePlugin()=default
Generated by
1.8.5