#include <object.h>

Public Attributes | |
| unsigned | shared: 1 |
| unsigned | multiple: 1 |
| unsigned | composite: 1 |
| unsigned | noInherit: 1 |
| unsigned | noWrite: 1 |
| unsigned | initializeOnly: 1 |
| unsigned | dynamicDefault: 1 |
| unsigned | defaultSpecified: 1 |
| unsigned | noDefault: 1 |
| unsigned | reactive: 1 |
| unsigned | publicVisibility: 1 |
| unsigned | createReadAccessor: 1 |
| unsigned | createWriteAccessor: 1 |
| unsigned | overrideMessageSpecified: 1 |
| DEFCLASS * | cls |
| SLOT_NAME * | slotName |
| SYMBOL_HN * | overrideMessage |
| void * | defaultValue |
| CONSTRAINT_RECORD * | constraint |
| unsigned | sharedCount |
| long | bsaveIndex |
| INSTANCE_SLOT | sharedValue |
Definition at line 145 of file object.h.
| unsigned slotDescriptor::shared |
| unsigned slotDescriptor::multiple |
| unsigned slotDescriptor::composite |
| unsigned slotDescriptor::noInherit |
| unsigned slotDescriptor::noWrite |
| unsigned slotDescriptor::initializeOnly |
| unsigned slotDescriptor::dynamicDefault |
| unsigned slotDescriptor::defaultSpecified |
| unsigned slotDescriptor::noDefault |
| unsigned slotDescriptor::reactive |
| unsigned slotDescriptor::publicVisibility |
| unsigned slotDescriptor::createReadAccessor |
| unsigned slotDescriptor::createWriteAccessor |
| unsigned slotDescriptor::sharedCount |
1.5.6