#include <instance_types.h>
Collaboration diagram for IntegerAtomInstance:

Data Fields | |
| enum inst_t | t |
| VOIDPTR | interface_ptr |
| gl_list_t * | parents |
| Instance * | alike_ptr |
| TypeDescription * | desc |
| unsigned long | visited |
| unsigned long | tmp_num |
| unsigned int | anon_flags |
| unsigned int | assigned |
| gl_list_t * | whens |
| unsigned int | depth |
| long | value |
link to parents
usefull type description information
| unsigned long IntegerAtomInstance::tmp_num |
used when an instance tree is being copied
| unsigned int IntegerAtomInstance::anon_flags |
anonymous field to be manipulated
| unsigned int IntegerAtomInstance::assigned |
the number of times it has been assigned
| struct gl_list_t* IntegerAtomInstance::whens |
link to whens on which it appears
| unsigned int IntegerAtomInstance::depth |
the depth of the last assignment
integer value
1.5.1