PluginNode
函数功能
插件节点构造函数。
函数原型
PluginNode::PluginNode(const std::string& factory, const std::map<std::string, std::string>& props = std::map<std::string, std::string>(), const std::string& name = ""); PluginNode::PluginNode(const PluginNode &); PluginNode::PluginNode(const PluginNode &&);
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
factory |
输入 |
创建插件的工厂名称。 |
props |
输入 |
插件属性配置项,默认为空。 |
name |
输入 |
插件名。默认为空时,会根据factory自动生成插件名。 |
PluginNode |
输入 |
拷贝构造入参。 |
父主题: PluginNode