MobilityDB
1.3
Loading...
Searching...
No Matches
Miscellaneous functions
meos_array_add
meos_array_count
meos_array_create
meos_array_destroy
meos_array_destroy_free
meos_array_get
meos_array_reset
meos_array_reset_free
mobilitydb_full_version
mobilitydb_version
◆
meos_array_get()
void * meos_array_get
(
const
MeosArray
*
array
,
int
n
)
Get the n-th element of the array (0-based)
Parameters
[in]
array
Array
[in]
n
Index
Returns
For fixed-size arrays, a pointer to the element in the internal buffer. For varlength arrays, the stored pointer. NULL on error.
Generated by
1.9.5