HDK
|
#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 |
EV_TYPEDEF* EV_TYPEDEF::next |
EV_TYPEDEF* EV_TYPEDEF::varnext |