Apama  10.7.2.2
AP_Function Struct Reference

[DEPRECATED]
Plugin function descriptor. More...

#include <correlator_plugin.hpp>

Public Attributes

const char8 * name
 
AP_FunctionPtr fptr
 
size_t nParams
 
const char8 ** paramTypes
 
const char8 * returnType
 

Detailed Description

[DEPRECATED]
Plugin function descriptor.

Note that the argument and return types in this structure are strings (not AP_TypeDiscriminator objects) that use the same syntax as EPL declarations. For example, the declare a function argument as a sequence of integers, the corresponding element of the paramTypes array would contain "sequence<integer>".

Deprecated:
This class has been deprecated.

Member Data Documentation

◆ fptr

AP_FunctionPtr AP_Function::fptr
Deprecated:
Pointer to function implementation

◆ name

const char8* AP_Function::name
Deprecated:
Function name

◆ nParams

size_t AP_Function::nParams
Deprecated:
Argument count

◆ paramTypes

const char8** AP_Function::paramTypes
Deprecated:
Argument types.

nParams elements, unterminated

◆ returnType

const char8* AP_Function::returnType
Deprecated:
Return type

The documentation for this struct was generated from the following file: