xentara-plugin v2.0.4
The Xentara Plugin Framework
|
Deprecated registry for plugin objects. More...
#include <xentara/plugin/Plugin.hpp>
Public Member Functions | |
auto | operator<< (std::reference_wrapper< io::Driver > driver) -> Registry & |
Deprecated insertion operator. | |
auto | operator<< (std::reference_wrapper< process::ServiceProvider > serviceProvider) -> Registry & |
Deprecated insertion operator. | |
Deprecated registry for plugin objects.
auto xentara::plugin::Plugin::Registry::operator<< | ( | std::reference_wrapper< io::Driver > | driver | ) | -> Registry & |
Deprecated insertion operator.
This operator is a no-op. Skills are now registered automatically in the constructor of skill::Skill::Class.
auto xentara::plugin::Plugin::Registry::operator<< | ( | std::reference_wrapper< process::ServiceProvider > | serviceProvider | ) | -> Registry & |
Deprecated insertion operator.
This operator is a no-op. Skills are now registered automatically in the constructor of skill::Skill::Class.