SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PsfPlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * PsfPlugin.cpp
19  *
20  * Created on: Jun 25, 2018
21  * Author: Alejandro Álvarez Ayllón
22  */
23 
26 
27 namespace SourceXtractor {
28 
31 }
32 
34  return "psf";
35 }
36 
38 }
STL class.
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
static StaticPlugin< PsfPlugin > psf_plugin
Definition: PsfPlugin.cpp:37
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
virtual std::string getIdString() const override
Definition: PsfPlugin.cpp:33
virtual void registerPlugin(PluginAPI &plugin_api) override
Definition: PsfPlugin.cpp:29