MobilityDB 1.1
Functions
tbool_boolops_meos.c File Reference
#include "general/tbool_boolops.h"
#include "general/temporaltypes.h"
Include dependency graph for tbool_boolops_meos.c:

Functions

Temporaltand_bool_tbool (bool b, const Temporal *temp)
 Temporal Boolean operators: and, or, not. More...
 
Temporaltand_tbool_bool (const Temporal *temp, bool b)
 Return the boolean and of a temporal boolean and a boolean. More...
 
Temporaltand_tbool_tbool (const Temporal *temp1, const Temporal *temp2)
 Return the boolean and of the temporal booleans. More...
 
Temporaltor_bool_tbool (bool b, const Temporal *temp)
 Return the boolean or of a boolean and a temporal boolean. More...
 
Temporaltor_tbool_bool (const Temporal *temp, bool b)
 Return the boolean or of a temporal boolean and a boolean. More...
 
Temporaltor_tbool_tbool (const Temporal *temp1, const Temporal *temp2)
 Return the boolean or of the temporal booleans. More...