SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
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
SourcePsf
SourcePsfPlugin.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSFPLUGIN_H_
19
#define _SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSFPLUGIN_H_
20
21
#include <
SEFramework/Plugin/Plugin.h
>
22
#include "
SourcePsfProperty.h
"
23
#include "
SourcePsfTaskFactory.h
"
24
25
namespace
SourceXtractor {
26
27
class
SourcePsfPlugin
:
public
Plugin
{
28
public
:
29
virtual
~SourcePsfPlugin
() =
default
;
30
31
void
registerPlugin
(
PluginAPI
& plugin_api)
override
;
32
33
std::string
getIdString
()
const override
;
34
};
35
36
}
// end SourceXtractor
37
38
#endif //_SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSFPLUGIN_H_
SourceXtractor::SourcePsfPlugin::~SourcePsfPlugin
virtual ~SourcePsfPlugin()=default
SourceXtractor::SourcePsfPlugin::getIdString
std::string getIdString() const override
Definition:
SourcePsfPlugin.cpp:27
Plugin.h
SourceXtractor::SourcePsfPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition:
SourcePsfPlugin.cpp:23
SourceXtractor::SourcePsfPlugin
Definition:
SourcePsfPlugin.h:27
SourcePsfProperty.h
SourcePsfTaskFactory.h
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:40
SourceXtractor::Plugin
Plugins must implement this interface.
Definition:
Plugin.h:38
Generated by
1.8.5