xentara-plugin v2.0.4
The Xentara Plugin Framework
Loading...
Searching...
No Matches
xentara::plugin::Plugin::Registry Class Reference

Deprecated registry for plugin objects. More...

#include <xentara/plugin/Plugin.hpp>

+ Inheritance diagram for xentara::plugin::Plugin::Registry:

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.
 

Detailed Description

Deprecated registry for plugin objects.

Member Function Documentation

◆ operator<<() [1/2]

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.

◆ operator<<() [2/2]

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.