
Typedefs | |
| typedef char | uuid_str_t[37] |
| UUID string tpe. | |
| typedef VOLK_Key | VOLK_DoubleKey[2] |
| Array of two VOLK_Key values. | |
| typedef size_t | VOLK_Key |
| Term key, i.e., hash of a serialized term. | |
| typedef VOLK_Key | VOLK_QuadKey[4] |
| Array of three VOLK_Key values, representing a triple with context. | |
| typedef VOLK_Key | VOLK_TripleKey[3] |
| Array of three VOLK_Key values, representing a triple. | |
Enumerations | |
| enum | VOLK_bool_op { VOLK_BOOL_UNION , VOLK_BOOL_SUBTRACTION , VOLK_BOOL_INTERSECTION , VOLK_BOOL_XOR } |
| Boolean operations that can be performed on a graph. More... | |
| typedef VOLK_Key VOLK_DoubleKey[2] |
| typedef size_t VOLK_Key |
| typedef VOLK_Key VOLK_QuadKey[4] |
| typedef VOLK_Key VOLK_TripleKey[3] |
| enum VOLK_bool_op |