Apama  9.10.0.4.289795
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
AP_PluginChunk_Callbacks Struct Reference

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...
 

Detailed Description

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)

return a copy of the user data

AP_PluginChunk_Callbacks::void ( AP_PLUGIN_CALL *  freeUserData)

Free the specified user data.


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