Apama
9.12.0.5
|
PluginChunk callback API. More...
#include <correlator_plugin.h>
Public Member Functions | |
void (AP_PLUGIN_CALL *freeUserData)(AP_PluginChunk *chunk) | |
Free the specified user data. More... | |
void *AP_PLUGIN_CALL * | copyUserData (const AP_PluginChunk *chunk) |
return a copy of the user data More... | |
PluginChunk callback API.
You must implement one of these to copy and free your user data.
void* AP_PLUGIN_CALL* AP_PluginChunk_Callbacks::copyUserData | ( | const AP_PluginChunk * | chunk | ) |
return a copy of the user data
AP_PluginChunk_Callbacks::void | ( | AP_PLUGIN_CALL * | freeUserData | ) |
Free the specified user data.