Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ getPlugin()

virtual PluginPtr Ice::PluginManager::getPlugin ( std::string_view name)
pure virtual

Gets a plug-in by name.

Parameters
nameThe plug-in's name.
Returns
The plug-in.
Exceptions
NotRegisteredExceptionThrown when no plug-in is found with the given name.