MCPcopy Create free account
hub / github.com/COVESA/vsomeip / add_plugin

Method add_plugin

implementation/plugin/src/plugin_manager_impl.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void plugin_manager_impl::add_plugin(const std::shared_ptr<plugin>& _plugin, const std::string& _name) {
100 plugins_[_plugin->get_plugin_type()][_name] = _plugin;
101}
102
103void* plugin_manager_impl::load_library(const std::string& _path) {
104#ifdef _WIN32

Callers

nothing calls this directly

Calls 1

get_plugin_typeMethod · 0.80

Tested by

no test coverage detected