#include <object.h>

Public Attributes | |
| struct constructHeader | header |
| unsigned | installed: 1 |
| unsigned | system: 1 |
| abstract | unsigned: 1 |
| unsigned | reactive: 1 |
| unsigned | traceInstances: 1 |
| unsigned | traceSlots: 1 |
| unsigned | id |
| unsigned | busy |
| unsigned | hashTableIndex |
| PACKED_CLASS_LINKS | directSuperclasses |
| PACKED_CLASS_LINKS | directSubclasses |
| PACKED_CLASS_LINKS | allSuperclasses |
| SLOT_DESC * | slots |
| SLOT_DESC ** | instanceTemplate |
| unsigned * | slotNameMap |
| short | slotCount |
| short | localInstanceSlotCount |
| short | instanceSlotCount |
| short | maxSlotNameID |
| INSTANCE_TYPE * | instanceList |
| INSTANCE_TYPE * | instanceListBottom |
| HANDLER * | handlers |
| unsigned * | handlerOrderMap |
| short | handlerCount |
| DEFCLASS * | nxtHash |
| BITMAP_HN * | scopeMap |
| char | traversalRecord [TRAVERSAL_BYTES] |
Definition at line 87 of file object.h.
struct constructHeader defclass::header [read] |
| abstract defclass::unsigned |
| short defclass::slotCount |
| short defclass::maxSlotNameID |
| short defclass::handlerCount |
| char defclass::traversalRecord[TRAVERSAL_BYTES] |
1.5.6