HAL
hal::PyBasePluginInterface Class Reference
Inheritance diagram for hal::PyBasePluginInterface:
Inheritance graph
Collaboration diagram for hal::PyBasePluginInterface:
Collaboration graph

Public Member Functions

std::string get_name () const override
 
std::string get_version () const override
 
std::string get_description () const override
 
std::set< std::string > get_dependencies () const override
 
 BasePluginInterface ()=default
 
- 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
 

Detailed Description

Definition at line 6 of file plugin_interfaces.cpp.

Member Function Documentation

◆ BasePluginInterface()

hal::BasePluginInterface::BasePluginInterface
default

◆ get_dependencies()

std::set<std::string> hal::PyBasePluginInterface::get_dependencies ( ) const
inlineoverridevirtual

Get all dependencies of this plugin.

Returns
The plugins that this plugin depends on.

Reimplemented from hal::BasePluginInterface.

Definition at line 32 of file plugin_interfaces.cpp.

◆ get_description()

std::string hal::PyBasePluginInterface::get_description ( ) const
inlineoverridevirtual

Get the description of the plugin.

Returns
The description of the plugin.

Reimplemented from hal::BasePluginInterface.

Definition at line 25 of file plugin_interfaces.cpp.

◆ get_name()

std::string hal::PyBasePluginInterface::get_name ( ) const
inlineoverridevirtual

Get the name of the plugin.

Returns
The name of the plugin.

Implements hal::BasePluginInterface.

Definition at line 11 of file plugin_interfaces.cpp.

◆ get_version()

std::string hal::PyBasePluginInterface::get_version ( ) const
inlineoverridevirtual

Get the version of the plugin.

Returns
The version of the plugin.

Implements hal::BasePluginInterface.

Definition at line 18 of file plugin_interfaces.cpp.


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