Qore Programming Language
0.9.3
|
this is the union that stores values in QoreValue More...
#include <QoreValue.h>
Public Attributes | |
bool | b |
for boolean values | |
double | f |
for double values | |
int64 | i |
for integer values | |
AbstractQoreNode * | n |
for all heap-allocated values | |
this is the union that stores values in QoreValue