MetaFlowFunc Registration Function Macro
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Registers the implementation class of MetaFlowFunc.
Prototype
1 | REGISTER_FLOW_FUNC(name, clazz) |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
Name |
Input |
User-defined function name. |
clazz |
Input |
Class name used for implementing MetaFlowFunc API. |
Returns
None
Troubleshooting
None
Constraints
None
Parent topic: BalanceConfig Constructor and Destructor