SourceXtractorPlusPlus
0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
Plugin
HduNumber
HduNumberPlugin.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_HDUNUMBER_HDUNUMBERPLUGIN_H_
19
#define _SEIMPLEMENTATION_PLUGIN_HDUNUMBER_HDUNUMBERPLUGIN_H_
20
21
#include "
SEFramework/Plugin/Plugin.h
"
22
23
namespace
SourceXtractor
{
24
25
class
HduNumberPlugin
:
public
Plugin
{
26
27
public
:
28
32
virtual
~HduNumberPlugin
() =
default
;
33
34
void
registerPlugin
(
PluginAPI
&
plugin_api
)
override
;
35
std::string
getIdString
()
const override
;
36
37
private
:
38
39
};
40
41
}
42
43
#endif
/* _SEIMPLEMENTATION_PLUGIN_HDUNUMBER_HDUNUMBERPLUGIN_H_ */
Plugin.h
std::string
SourceXtractor::HduNumberPlugin
Definition
HduNumberPlugin.h:25
SourceXtractor::HduNumberPlugin::getIdString
std::string getIdString() const override
Definition
HduNumberPlugin.cpp:45
SourceXtractor::HduNumberPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition
HduNumberPlugin.cpp:30
SourceXtractor::HduNumberPlugin::~HduNumberPlugin
virtual ~HduNumberPlugin()=default
Destructor.
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition
PluginAPI.h:40
SourceXtractor::Plugin
Plugins must implement this interface.
Definition
Plugin.h:38
std::function
SourceXtractor
Definition
Aperture.h:30
Generated by
1.10.0