RAVE
_RaveValue_t Struct Reference

Represents one scan in a volume. More...

Public Attributes

RAVE_OBJECT_HEAD RaveValue_Type type
 Always on top.
 
char * stringValue
 the string value
 
long longValue
 the long value
 
double doubleValue
 the double value
 
int booleanValue
 the boolean value
 
RaveObjectHashTable_thashtable
 the hash table
 
RaveObjectList_tlist
 the rave list
 

Detailed Description

Represents one scan in a volume.

Member Data Documentation

◆ booleanValue

int _RaveValue_t::booleanValue

the boolean value

◆ doubleValue

double _RaveValue_t::doubleValue

the double value

◆ hashtable

RaveObjectHashTable_t* _RaveValue_t::hashtable

the hash table

◆ list

RaveObjectList_t* _RaveValue_t::list

the rave list

◆ longValue

long _RaveValue_t::longValue

the long value

◆ stringValue

char* _RaveValue_t::stringValue

the string value

◆ type

RAVE_OBJECT_HEAD RaveValue_Type _RaveValue_t::type

Always on top.

the value type


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