libroadrunner C API
Public Attributes | List of all members
RRListItem Struct Reference

A single list element type. More...

#include <rrc_types.h>

Public Attributes

enum ListItemType ItemType
 
union {
   int   iValue
 
   double   dValue
 
   char *   sValue
 
   struct RRList *   lValue
 
data
 

Detailed Description

A single list element type.

Member Data Documentation

◆ 

union { ... } RRListItem::data

Union

◆ dValue

double RRListItem::dValue

Double value

◆ ItemType

enum ListItemType RRListItem::ItemType

The type of the item in this list element

◆ iValue

int RRListItem::iValue

Integer value

◆ lValue

struct RRList* RRListItem::lValue

List value

◆ sValue

char* RRListItem::sValue

String value


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