Definition at line 130 of file class.h.
Public Attributes | |
| PROPERTYACCESS | access |
| property access flags | |
| PROPERTYADDR | addr |
| property location, offset from OBJECT header | |
| DELEGATEDTYPE * | delegation |
property delegation, if any; NULL if none | |
| PROPERTYFLAGS | flags |
| property flags (e.g., PF_RECALC) | |
| KEYWORD * | keywords |
keyword list, if any; NULL if none (only for set and enumeration types) | |
| PROPERTYNAME | name |
| property name | |
| s_property_map * | next |
| next property in property list | |
| OBJECTTYPE | otype |
| object type id implementing the property | |
| PROPERTYTYPE | ptype |
| property type | |
| unsigned long | size |
| property array size | |
| UNIT * | unit |
property unit, if any; NULL if none | |