|
MobilityDB 1.3
|
Miscellaneous functions. More...
Functions | |
| void | meos_array_add (MeosArray *array, void *value) |
| Add a value to the array. More... | |
| int | meos_array_count (const MeosArray *array) |
| Return the number of elements in the array. More... | |
| MeosArray * | meos_array_create (int elem_size) |
| Create an expandable array. More... | |
| void | meos_array_destroy (MeosArray *array) |
| Destroy the array, freeing its internal storage. More... | |
| void | meos_array_destroy_free (MeosArray *array) |
| Destroy a varlength array, freeing both the stored pointers and the internal storage. More... | |
| void * | meos_array_get (const MeosArray *array, int n) |
| Get the n-th element of the array (0-based) More... | |
| void | meos_array_reset (MeosArray *array) |
| Reset the array, keeping the allocated memory for reuse. More... | |
| void | meos_array_reset_free (MeosArray *array) |
| Reset a varlength array, freeing the stored pointers and keeping the allocated memory for reuse. More... | |
| char * | mobilitydb_full_version (void) |
| Return the versions of the MobilityDB extension and its dependencies. More... | |
| char * | mobilitydb_version (void) |
| Return the version of the MobilityDB extension. More... | |
Miscellaneous functions.