TaPAS  0.2
Data Fields
ccl_parse_tree_value_union Union Reference

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)
 

Detailed Description

Possible values that can decorate a node.

Definition at line 38 of file ccl-parse-tree.h.


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