SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JacobianPlugin.cpp
Go to the documentation of this file.
1 
17 /*
18  * JacobianPlugin.cpp
19  *
20  * Created on: Oct 08, 2018
21  * Author: Alejandro Alvarez Ayllon
22  */
23 
28 
29 namespace SourceXtractor {
30 
32 
34  return "JacobianPlugin";
35 }
36 
39 }
40 
41 } // end SourceXtractor
static StaticPlugin< JacobianPlugin > jacobian_plugin
void registerPlugin(PluginAPI &plugin_api) override
STL class.
std::string getIdString() const override
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
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0