|
ceptr
|
header file for the accumulator More...
Go to the source code of this file.
Functions | |
| void | _a_boot (char *dir_name) |
| void | _a_start_vmhost () |
| void | _a_shut_down () |
| Xaddr | _a_new_instance (Instances *i, T *t) |
| T * | _a_get_instance (Instances *i, Xaddr x) |
| void | _a_get_instances (Instances *instances, Symbol s, T *t) |
| T * | _a_set_instance (Instances *instances, Xaddr x, T *t) |
| void | _a_delete_instance (Instances *instances, Xaddr x) |
| void | _a_free_instances (Instances *i) |
| S * | __a_serialize_instances (Instances *i) |
| void | _a_serialize_instances (Instances *i, char *file) |
| void | __a_unserialize_instances (SemTable *sem, Instances *instances, S *s) |
| void | _a_unserialize_instances (SemTable *sem, Instances *i, char *file) |
| T * | _a_gen_token (Instances *i, Xaddr x, T *dependency) |
| Xaddr | _a_get_token_xaddr (Instances *i, T *token, T *dependency) |
| void | _a_add_dependency (Instances *instances, T *token, T *dependency) |
| void | _a_delete_dependency (Instances *instances, T *token, T *dependency) |
| void | _a_delete_token (Instances *instances, T *token) |
Variables | |
| VMHost * | G_vm |
header file for the accumulator
Definition in file accumulator.h.