ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
accumulator.h File Reference

header file for the accumulator More...

#include "tree.h"
#include "mtree.h"
#include "vmhost.h"
Include dependency graph for accumulator.h:
This graph shows which files directly or indirectly include this file:

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

VMHostG_vm
 

Detailed Description

header file for the accumulator

Definition in file accumulator.h.