Type definitions for tuples. More...
Typedefs | |
| typedef struct _MVTuple_t * | MVTuple_t |
| Opaque data type which holds a tuple of values. More... | |
Type definitions for tuples.
| typedef struct _MVTuple_t* MVTuple_t |
Opaque data type which holds a tuple of values.
MVTuple_t is a pointer to an opaque data structure. The data structure is initialized by MV_Tuple_Init() and needs to be freed by MV_Tuple_Clear(). See mv_tuple.h for further functions for reading from and writing to tuple elements.