|  | Apama
    10.15.1.2
    | 
#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... | |
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);
| 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.