Apama  10.1.0.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_PluginChunk_Callbacks Struct Reference

#include <correlator_plugin.h>

Public Member Functions

 void (AP_PLUGIN_CALL *freeUserData)(AP_PluginChunk *chunk)
 
void *AP_PLUGIN_CALL * copyUserData (const AP_PluginChunk *chunk)
 

Detailed Description

Deprecated:
PluginChunk callback API.

You must implement one of these to copy and free your user data.

Member Function Documentation

void* AP_PLUGIN_CALL* AP_PluginChunk_Callbacks::copyUserData ( const AP_PluginChunk *  chunk)
Deprecated:
return a copy of the user data
AP_PluginChunk_Callbacks::void ( AP_PLUGIN_CALL *  freeUserData)
Deprecated:
Free the specified user data

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