Apama  10.3.1.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AP_NormalisedEvent Struct Reference

AP_NormalisedEvent. More...

#include <NormalisedEvent.h>

Public Attributes

void * reserved
 Pointer to private internal data. More...
 
struct
AP_NormalisedEvent_Functions
functions
 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

struct AP_NormalisedEvent_Functions* AP_NormalisedEvent::functions

Function table of internal operations on the event object.

See documentation of AP_NormalisedEvent_Functions for details.

void* AP_NormalisedEvent::reserved

Pointer to private internal data.


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