Base Framework
Public Attributes | List of all members
ExpressionEvaluator::Node Struct Reference

Public Attributes

NodeType type
 
union {
   double   value
 
   unsigned int   variable
 
   unsigned int   constant
 
   unsigned int   builtin
 
   struct {
      unsigned int   id
 
      unsigned int   arguments
 
   }   function
 
   unsigned int   unknown
 
};