Texpr Struct Reference

Detailed Description

Expressions that appear in the constant declarations are either variables (and have and name) or constants (and have a value).

See Also
readcuiksystem.l, readcuiksystem.y

Definition at line 28 of file readcuiksystemtypes.h.

Data Fields

char * id
 
double value
 

Field Documentation

char* Texpr::id

If the expression is a variable, we store its name

Definition at line 29 of file readcuiksystemtypes.h.

double Texpr::value

If the expression is constant, we store its value.

Definition at line 30 of file readcuiksystemtypes.h.