libRoadRunner C API
1.0.0
|
A single list element type. More...
#include <rrc_types.h>
Data Fields | |
enum ListItemType | ItemType |
union { | |
int iValue | |
double dValue | |
char * sValue | |
struct RRList * lValue | |
} | data |
A single list element type.
union { ... } data |
Union
double dValue |
Double value
enum ListItemType ItemType |
The type of the item in this list element
int iValue |
Integer value
struct RRList* lValue |
List value
char* sValue |
String value