Apama
10.15.3.4
|
#include <AP_TimestampSet.h>
Public Attributes | |
void * | reserved |
Pointer to private internal data. More... | |
struct AP_TimestampSet_Functions * | functions |
Function table of internal operations on the timestamp object. More... | |
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);
struct AP_TimestampSet_Functions* AP_TimestampSet::functions |
Function table of internal operations on the timestamp object.
See documentation of AP_TimestampSet_Functions for details.
void* AP_TimestampSet::reserved |
Pointer to private internal data.