HAL
hal::VerilogParserPlugin Class Reference

#include <plugin_verilog_parser.h>

Inheritance diagram for hal::VerilogParserPlugin:
Inheritance graph
Collaboration diagram for hal::VerilogParserPlugin:
Collaboration graph

Public Member Functions

 VerilogParserPlugin ()
 
std::string get_name () const override
 
std::string get_version () const override
 
void on_load () override
 
void on_unload () override
 
- Public Member Functions inherited from hal::BasePluginInterface
 BasePluginInterface ()=default
 
virtual ~BasePluginInterface ()
 
virtual void initialize ()
 
virtual std::string get_description () const
 
virtual std::set< std::string > get_dependencies () const
 
template<typename... Args>
void log (const Args &... args) const
 
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
 

Detailed Description

Definition at line 39 of file plugin_verilog_parser.h.

Constructor & Destructor Documentation

◆ VerilogParserPlugin()

hal::VerilogParserPlugin::VerilogParserPlugin ( )

Definition at line 23 of file plugin_verilog_parser.cpp.

Member Function Documentation

◆ get_name()

std::string hal::VerilogParserPlugin::get_name ( ) const
overridevirtual

Get the name of the plugin.

Returns
The name of the plugin.

Implements hal::BasePluginInterface.

Definition at line 27 of file plugin_verilog_parser.cpp.

◆ get_version()

std::string hal::VerilogParserPlugin::get_version ( ) const
overridevirtual

Get the version of the plugin.

Returns
The version of the plugin.

Implements hal::BasePluginInterface.

Definition at line 32 of file plugin_verilog_parser.cpp.

◆ on_load()

void hal::VerilogParserPlugin::on_load ( )
overridevirtual

This function is automatically executed when the factory is loaded by the plugin manager

Reimplemented from hal::BasePluginInterface.

Definition at line 37 of file plugin_verilog_parser.cpp.

References hal::BasePluginInterface::m_extensions.

◆ on_unload()

void hal::VerilogParserPlugin::on_unload ( )
overridevirtual

This function is automatically executed when the factory is unloaded by the plugin manager

Reimplemented from hal::BasePluginInterface.

Definition at line 43 of file plugin_verilog_parser.cpp.

References hal::BasePluginInterface::delete_extension().


The documentation for this class was generated from the following files: