MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Accessor functions for circular buffer sets. More...

Functions

Cbuffercbufferset_end_value (const Set *s)
 Return a copy of the end value of a circular buffer set. More...
 
Cbuffercbufferset_start_value (const Set *s)
 Return a copy of the start value of a circular buffer set. More...
 
bool cbufferset_value_n (const Set *s, int n, Cbuffer **result)
 Return in the last argument a copy of the n-th value of a circular buffer set. More...
 
Cbuffer ** cbufferset_values (const Set *s)
 Return the array of copies of the values of a circular buffer set. More...
 

Detailed Description

Accessor functions for circular buffer sets.