13 PYBIND11_OVERRIDE_PURE(std::string,
20 PYBIND11_OVERRIDE_PURE(std::string,
27 PYBIND11_OVERRIDE(std::string,
34 PYBIND11_OVERRIDE(std::set<std::string>,
42 py::class_<BasePluginInterface, RawPtrWrapper<BasePluginInterface>,
PyBasePluginInterface> py_base_plugin_interface(m,
"BasePluginInterface");
45 The name of the plugin.
51 Get the name of the plugin.
53 :returns: The name of the plugin.
58 The version of the plugin.
64 Get the version of the plugin.
66 :returns: The version of the plugin.
71 The description of the plugin.
77 Get the description of the plugin.
79 :returns: The description of the plugin.
84 The plugins that this plugin depends on.
90 Get all dependencies of this plugin.
92 :returns: The plugins that this plugin depends on.
virtual std::set< std::string > get_dependencies() const
virtual std::string get_name() const =0
virtual std::string get_description() const
virtual std::string get_version() const =0
BasePluginInterface()=default
std::set< std::string > get_dependencies() const override
std::string get_name() const override
std::string get_description() const override
std::string get_version() const override
void plugin_interfaces_init(py::module &m)
const Module * module(const Gate *g, const NodeBoxes &boxes)