Next: , Previous: slot-definition, Up: Top


76 slot-definition-allocation

— Generic accessor: slot-definition-allocation slotd

Usage: (setf (slot-definition-allocation standard-slot-definition) new-value)

— Specialized accessor: slot-definition-allocation (slotd condition-slot-definition)

Usage: (setf (slot-definition-allocation (standard-slot-definition condition-slot-definition)) new-value) automatically generated reader method

— Specialized accessor: slot-definition-allocation (slotd standard-slot-definition)

Usage: (setf (slot-definition-allocation (standard-slot-definition standard-slot-definition)) new-value) automatically generated reader method

— Method: slot-definition-allocation (slotd structure-slot-definition)