Modifying constructor for objdesign-auto structures.
(change-objdesign-auto x [:name <name>] [:frame <frame>] [:scope <scope>])
This is an often useful alternative to make-objdesign-auto.
We construct a new objdesign-auto structure that is a copy of
This is an ordinary
Macro:
(defmacro change-objdesign-auto (x &rest args) (std::change-aggregate 'objdesign-auto x args '((:name . objdesign-auto->name) (:frame . objdesign-auto->frame) (:scope . objdesign-auto->scope)) 'change-objdesign-auto 'nil))