#include "instance_enum.h"
#include "expr_types.h"
Include dependency graph for createinst.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | ZeroNewChildrenEntries (struct Instance **ary, unsigned long int num) |
| Instance * | CreateSimulationInstance (struct TypeDescription *type, symchar *name) |
| Instance * | CreateModelInstance (struct TypeDescription *type) |
| Instance * | CreateDummyInstance (struct TypeDescription *type) |
| Instance * | CreateRealInstance (struct TypeDescription *type) |
| Instance * | CreateIntegerInstance (struct TypeDescription *type) |
| Instance * | CreateBooleanInstance (struct TypeDescription *type) |
| Instance * | CreateSetInstance (struct TypeDescription *type, int intset) |
| Instance * | CreateSymbolInstance (struct TypeDescription *type) |
| Instance * | CreateArrayInstance (struct TypeDescription *type, unsigned long aIndex) |
| Instance * | CreateRelationInstance (struct TypeDescription *type, enum Expr_enum reltype) |
| Instance * | CreateLogRelInstance (struct TypeDescription *type) |
| Instance * | CreateWhenInstance (struct TypeDescription *type) |
1.5.1