Apama  10.7.2.2
AP_NormalisedEvent Struct Reference

AP_NormalisedEvent. More...

#include <NormalisedEvent.h>

Public Attributes

void * reserved
 Pointer to private internal data. More...
 
struct AP_NormalisedEvent_Functionsfunctions
 Function table of internal operations on the event object. More...
 

Detailed Description

AP_NormalisedEvent.

External (client-visible) interface to a normalised event object. The AP_NormalisedEvent struct contains a table of function pointers, declared in the AP_NormalisedEvent_Functions struct above. The implementation of these functions is private. Users of the event should invoke functions on it as in the following example (event is of type AP_NormalisedEvent*):

it = event->functions->first(event);

Member Data Documentation

◆ functions

struct AP_NormalisedEvent_Functions* AP_NormalisedEvent::functions

Function table of internal operations on the event object.

See documentation of AP_NormalisedEvent_Functions for details.

◆ reserved

void* AP_NormalisedEvent::reserved

Pointer to private internal data.


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