libRoadRunner C API  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RRListItem Struct Reference

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
 

Detailed Description

A single list element type.

Field Documentation

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


The documentation for this struct was generated from the following file: