![]() |
MobilityDB 1.3
|
◆ VALIDATE_TCBUFFER
Value:
do { \
if (! ensure_not_null((void *) (temp)) || \
return (ret); \
} while (0)
bool ensure_not_null(void *ptr) Ensure that the pointer is not null. Definition: temporal.c:136 bool ensure_temporal_isof_type(const Temporal *temp, meosType type) Ensure that a temporal value is of a temporal type. Definition: temporal.c:294 Structure to represent the common structure of temporal values of any temporal subtype. Definition: meos.h:173 Macro for ensuring that the temporal value passed as argument is a temporal circular buffer.
|