TaPAS
0.2
|
Possible values that can decorate a node. More...
#include <ccl-parse-tree.h>
Data Fields | |
int | int_value |
An integer value. | |
double | flt_value |
A floating point value. | |
char * | string_value |
An allocated string that must be freed when the tree is deleted. | |
ccl_ustring | id_value |
A unique string (not deletable) | |
Possible values that can decorate a node.
Definition at line 38 of file ccl-parse-tree.h.