|
HAL
|
Plugin interface for the dataflow analysis plugin (DANA). More...
#include <plugin_dataflow.h>


Public Member Functions | |
| DataflowPlugin () | |
Constructor for DataflowPlugin. More... | |
| ~DataflowPlugin ()=default | |
Default destructor for DataflowPlugin. More... | |
| std::string | get_name () const override |
| Get the name of the plugin. More... | |
| std::string | get_version () const override |
| Get the version of the plugin. More... | |
| std::string | get_description () const override |
| Get a short description of the plugin. More... | |
| std::set< std::string > | get_dependencies () const override |
| Get the plugin dependencies. More... | |
Public Member Functions inherited from hal::BasePluginInterface | |
| BasePluginInterface ()=default | |
| virtual | ~BasePluginInterface () |
| virtual void | initialize () |
| template<typename... Args> | |
| void | log (const Args &... args) const |
| virtual void | on_load () |
| virtual void | on_unload () |
| virtual void | initialize_logging () |
| virtual std::vector< AbstractExtensionInterface * > | get_extensions () const |
| template<typename T > | |
| T * | get_first_extension () const |
| void | delete_extension (AbstractExtensionInterface *aeif) |
Additional Inherited Members | |
Protected Attributes inherited from hal::BasePluginInterface | |
| std::vector< AbstractExtensionInterface * > | m_extensions |
Plugin interface for the dataflow analysis plugin (DANA).
This class provides an interface to integrate the DANA tool as a plugin within the HAL framework.
Definition at line 113 of file plugin_dataflow.h.
| hal::DataflowPlugin::DataflowPlugin | ( | ) |
Constructor for DataflowPlugin.
Definition at line 39 of file plugin_dataflow.cpp.
References hal::BasePluginInterface::m_extensions.
|
default |
Default destructor for DataflowPlugin.
|
overridevirtual |
Get the plugin dependencies.
Reimplemented from hal::BasePluginInterface.
Definition at line 34 of file plugin_dataflow.cpp.
|
overridevirtual |
Get a short description of the plugin.
Reimplemented from hal::BasePluginInterface.
Definition at line 29 of file plugin_dataflow.cpp.
Referenced by hal::PYBIND11_PLUGIN().
|
overridevirtual |
Get the name of the plugin.
Implements hal::BasePluginInterface.
Definition at line 19 of file plugin_dataflow.cpp.
Referenced by hal::PYBIND11_PLUGIN().
|
overridevirtual |
Get the version of the plugin.
Implements hal::BasePluginInterface.
Definition at line 24 of file plugin_dataflow.cpp.
Referenced by hal::PYBIND11_PLUGIN().