HDK
|
struct describing an operator's characteristics More...
#include <EXPR.h>
Public Attributes | |
int | flag |
Flag for operator. More... | |
int | token |
OP_ token to identify. More... | |
unsigned char | binary |
Binary or unary operator. More... | |
int | leftType |
Data for left side of op. More... | |
int | rightType |
Data for right side of op. More... | |
int | resultType |
Resultant type of op. More... | |
void(* | evaluate )(EV_SYMBOL *, EV_SYMBOL *, EV_SYMBOL *) |
EV_OPERATOR * | next |
Used internally. More... | |
EV_OPERATOR* EV_OPERATOR::next |