MetaMultiFunc Registration Function Macro
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Registers the implementation class of MetaMultiFunc.
Prototype
1 | FLOW_FUNC_REGISTRAR(clazz) |
The following is an example of using this function:
FLOW_FUNC_REGISTRAR(UserFlowFunc).RegProcFunc("xxx_func", &UserFlowFunc::Proc1).RegProcFunc("xxx_func", &UserFlowFunc::Proc2);
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
clazz |
Input |
Class name used for implementing MetaMultiFunc. |
Returns
None
Troubleshooting
None
Constraints
None
Parent topic: BalanceConfig Constructor and Destructor