#include <EXPR.h>
Public Attributes | |
| int | type |
| const char * | name |
| void(* | allocValue )(EV_SYMBOL *) |
| void(* | freeValue )(EV_SYMBOL *) |
| EV_SYMBOL *(* | resolveSymbol )(const char *, int thread) |
| const char *(* | getName )(EV_SYMBOL *) |
| int(* | castValue )(EV_SYMBOL *to, EV_SYMBOL *me, int thread) |
| int(* | castFrom )(EV_SYMBOL *me, EV_SYMBOL *from) |
| void(* | copyValue )(EV_SYMBOL *dest, EV_SYMBOL *src, int thread) |
| int(* | getCastType )(EV_SYMBOL *src) |
| void(* | opDepend )(EV_SYMBOL *src, void *ref_id) |
| EV_TYPEDEF * | next |
| EV_TYPEDEF * | varnext |
Definition at line 166 of file EXPR.h.
| void(* EV_TYPEDEF::allocValue)(EV_SYMBOL *) |
| int(* EV_TYPEDEF::castFrom)(EV_SYMBOL *me, EV_SYMBOL *from) |
| int(* EV_TYPEDEF::castValue)(EV_SYMBOL *to, EV_SYMBOL *me, int thread) |
| void(* EV_TYPEDEF::copyValue)(EV_SYMBOL *dest, EV_SYMBOL *src, int thread) |
| void(* EV_TYPEDEF::freeValue)(EV_SYMBOL *) |
| int(* EV_TYPEDEF::getCastType)(EV_SYMBOL *src) |
| const char*(* EV_TYPEDEF::getName)(EV_SYMBOL *) |
| const char* EV_TYPEDEF::name |
| void(* EV_TYPEDEF::opDepend)(EV_SYMBOL *src, void *ref_id) |
| EV_SYMBOL*(* EV_TYPEDEF::resolveSymbol)(const char *, int thread) |
| int EV_TYPEDEF::type |
1.5.9