Top | ![]() |
![]() |
![]() |
![]() |
Functions
OrcExecutor * | orc_executor_new () |
void | orc_executor_free () |
void | orc_executor_set_array () |
void | orc_executor_set_array_str () |
void | orc_executor_set_n () |
void | orc_executor_emulate () |
void | orc_executor_run () |
int | orc_executor_get_accumulator () |
int | orc_executor_get_accumulator_str () |
void | orc_executor_set_param () |
void | orc_executor_set_param_str () |
void | orc_executor_set_program () |
Functions
orc_executor_set_array_str ()
void orc_executor_set_array_str (OrcExecutor *ex
,const char *name
,void *ptr
);
orc_executor_get_accumulator_str ()
int orc_executor_get_accumulator_str (OrcExecutor *ex
,const char *name
);
orc_executor_set_param_str ()
void orc_executor_set_param_str (OrcExecutor *ex
,const char *name
,int value
);