22#ifndef __ACT_INLINE_H__
23#define __ACT_INLINE_H__
28struct act_inline_table;
This class is used to store Act identifiers that correspond to instances. Identifiers have an optiona...
Definition: act_id.h:56
This is the data structure that holds all instances and their associated types within a scope....
Definition: namespaces.h:77
int act_inline_isbound(act_inline_table *, const char *s)
void act_inline_setval(act_inline_table *Hs, ActId *id, Expr **e)
Expr ** act_inline_expr(act_inline_table *, Expr *, int recurse_fn=1)
Expr * act_inline_expr_simple(act_inline_table *, Expr *, int recurse_fn=1)
act_inline_table * act_inline_merge_tables(int nT, act_inline_table **T, Expr **cond)
Expr ** act_inline_getval(act_inline_table *Hs, const char *s)
act_inline_table * act_inline_new(Scope *sc, act_inline_table *parent)
void act_inline_free(act_inline_table *)