Tconstant Struct Reference

Detailed Description

Holds the information about a particular constant.

See Also
constants.h constants.c Tconstants

Definition at line 36 of file constants.h.

Data Fields

char * name
 
double vs
 

Field Documentation

char* Tconstant::name

Constant identifier

Definition at line 37 of file constants.h.

Referenced by AddConstant(), CopyConstants(), DeleteConstants(), GetConstantWithName(), MergeConstants(), and PrintConstants().

double Tconstant::vs

Constant value

Definition at line 38 of file constants.h.

Referenced by AddConstant(), CopyConstants(), GetConstantValue(), MergeConstants(), and PrintConstants().