![]() |
MobilityDB 1.3
|
Accessor functions for circular buffer sets. More...
Functions | |
Cbuffer * | cbufferset_end_value (const Set *s) |
Return a copy of the end value of a circular buffer set. More... | |
Cbuffer * | cbufferset_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... | |
Accessor functions for circular buffer sets.