Apama  10.7.2.2
AP_TimestampSet Struct Reference

AP_TimestampSet. More...

#include <AP_TimestampSet.h>

Public Attributes

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

Detailed Description

AP_TimestampSet.

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

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

Member Data Documentation

◆ functions

struct AP_TimestampSet_Functions* AP_TimestampSet::functions

Function table of internal operations on the timestamp object.

See documentation of AP_TimestampSet_Functions for details.

◆ reserved

void* AP_TimestampSet::reserved

Pointer to private internal data.


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