SourceXtractorPlusPlus
0.15
Please provide a description of the project.
SEImplementation
SEImplementation
Plugin
AssocMode
AssocModePlugin.h
Go to the documentation of this file.
1
19
#ifndef _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODEPLUGIN_H_
20
#define _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODEPLUGIN_H_
21
22
#include "
SEFramework/Plugin/Plugin.h
"
23
24
namespace
SourceXtractor
{
25
26
class
AssocModePlugin
:
public
Plugin
{
27
28
public
:
29
33
virtual
~AssocModePlugin
() =
default
;
34
35
void
registerPlugin
(
PluginAPI
& plugin_api)
override
;
36
std::string
getIdString
()
const override
;
37
38
private
:
39
40
};
41
42
}
43
44
#endif
/* _SEIMPLEMENTATION_PLUGIN_ASSOCMODE_ASSOCMODEPLUGIN_H_ */
SourceXtractor::Plugin
Plugins must implement this interface.
Definition:
Plugin.h:38
SourceXtractor::AssocModePlugin
Definition:
AssocModePlugin.h:26
std::string
STL class.
SourceXtractor::AssocModePlugin::getIdString
std::string getIdString() const override
Definition:
AssocModePlugin.cpp:57
Plugin.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::AssocModePlugin::~AssocModePlugin
virtual ~AssocModePlugin()=default
Destructor.
SourceXtractor::AssocModePlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
AssocModePlugin.cpp:32
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition:
PluginAPI.h:39
Generated by
1.8.20