![]() |
Apama
10.0.0.2
|
#include <correlator_plugin.hpp>
Public Attributes | |
| const char8 * | name |
| AP_FunctionPtr | fptr |
| size_t | nParams |
| const char8 ** | paramTypes |
| const char8 * | returnType |
Note that the argument and return types in this structure are strings (not AP_TypeDiscriminator objects) that use the same syntax as MonitorScript declarations. For example, the declare a function argument as a sequence of integers, the corresponding element of the paramTypes array would contain "sequence<integer>".
| AP_FunctionPtr AP_Function::fptr |
| const char8* AP_Function::name |
| size_t AP_Function::nParams |
| const char8** AP_Function::paramTypes |
| const char8* AP_Function::returnType |