6 #ifndef KNOWROB_NAMED_PLUGIN_H_
7 #define KNOWROB_NAMED_PLUGIN_H_
57 const std::shared_ptr<T>
plugin_;
const std::shared_ptr< T > plugin_
std::string_view name() const
NamedPlugin(std::string_view name, PluginLanguage language, const std::shared_ptr< T > &plugin)
const std::shared_ptr< T > & operator()() const
const std::shared_ptr< T > & value() const
const PluginLanguage language_
PluginLanguage language() const