RegisterFlowFunc
函数原型
FLOW_FUNC_VISIBILITY bool RegisterFlowFunc(const char *flowFuncName, const FLOW_FUNC_CREATOR_FUNC &func) noexcept
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
flowFuncName |
输入 |
flow func的名称。不可以设置为NULL,必须以“\0”结尾。 |
func |
输入 |
flow func的创建函数。 |
返回值
- true
- false
异常处理
无。
约束说明
无。
父主题: MetaFlowFunc类