When including copyinst.h, make sure these files are included first:
include "utilities/ascConfig.h"
include "fractions.h"
include "compiler.h"
include "dimen.h"
include "child.h"
include "type_desc.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | Copy_enum { c_none, c_reference, c_tomodify } |
Functions | |
| void | CheckChildCopies (unsigned long int num, struct Instance **clist) |
| void | RedoChildPointers (unsigned long int num, struct Instance *newparent, struct Instance **newchildptrs, CONST struct Instance *oldparent, struct Instance *CONST *oldchildptrs) |
| Instance * | ShortCutMakeUniversalInstance (struct TypeDescription *type) |
| void | CollectNodes (struct Instance *i, struct gl_list_t *l) |
| Instance * | ShortCutProtoInstance (struct TypeDescription *type) |
| ASC_DLLSPEC struct Instance * | CopyInstance (CONST struct Instance *i) |
1.5.1