Definition at line 1 of file pluginmanager.c.
◆ RegisterPlugin()
| void PluginManager::RegisterPlugin |
( |
string | plugin_class_name, |
|
|
bool | reg_on_client, |
|
|
bool | reg_on_server, |
|
|
bool | reg_on_release = true ) |
|
protected |
Register new PluginBase to PluginManager for storing and handling plugin.
- Parameters
-
| module_tpye | typename class type of plugin |
- Returns
void
{
...
}
Plugin interface for controlling of agent pool system.
void RegisterPlugin(string plugin_class_name, bool reg_on_client, bool reg_on_server, bool reg_on_release=true)
Register new PluginBase to PluginManager for storing and handling plugin.
Definition at line 183 of file pluginmanager.c.
◆ RegisterPluginDebug()
| void PluginManager::RegisterPluginDebug |
( |
string | plugin_class_name, |
|
|
bool | reg_on_client, |
|
|
bool | reg_on_server ) |
|
protected |
◆ RegisterPluginDiag()
| void PluginManager::RegisterPluginDiag |
( |
string | plugin_class_name, |
|
|
bool | reg_on_client, |
|
|
bool | reg_on_server ) |
|
protected |
◆ UnregisterPlugin()
| bool PluginManager::UnregisterPlugin |
( |
string | plugin_class_name | ) |
|
|
protected |
The documentation for this class was generated from the following file: