CREATE_EXECUTOR
Function Usage
Creates a UniqueExecutor object, which is the factory class of aclOpExecutor.
Prototype
CREATE_EXECUTOR()
Parameters
None
Constraints
- aclOpExecutor must be created by calling this macro before being used.
- Before the L2 first-phase API returns, ReleaseTo must be called to pass executor to executor of the L2 API input parameter.
Examples
1 2 | // Create an executor. auto uniqueExecutor = CREATE_EXECUTOR(); |
Parent topic: Common Macros and Classes