|
libroadrunner C API
|
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 |
A single list element type.
| union { ... } RRListItem::data |
Union
| double RRListItem::dValue |
Double value
| enum ListItemType RRListItem::ItemType |
The type of the item in this list element
| int RRListItem::iValue |
Integer value
| struct RRList* RRListItem::lValue |
List value
| char* RRListItem::sValue |
String value