mv_tuple_def.h File Reference

Type definitions for tuples. More...

Typedefs

typedef struct _MVTuple_t * MVTuple_t
 Opaque data type which holds a tuple of values. More...
 

Detailed Description

Type definitions for tuples.

Typedef Documentation

◆ MVTuple_t

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.