Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::PluginManager Class Referenceabstract

Manages the plug-ins of a communicator. More...

#include <Ice/Ice.h>

Public Member Functions

virtual void addPlugin (std::string name, PluginPtr pi)=0
 Installs a new plug-in.
virtual PluginPtr getPlugin (std::string_view name)=0
 Gets a plug-in by name.
virtual StringSeq getPlugins ()=0
 Gets the installed plug-ins.
virtual void initializePlugins ()=0
 Initializes the configured plug-ins.

Detailed Description

Manages the plug-ins of a communicator.

Definition at line 34 of file Plugin.h.


The documentation for this class was generated from the following file: