Modifying constructor for vl-eventtriggerstmt structures.
(change-vl-eventtriggerstmt x [:id <id>] [:atts <atts>])
This is an often useful alternative to make-vl-eventtriggerstmt.
We construct a new vl-eventtriggerstmt structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-eventtriggerstmt (x &rest args) (std::change-aggregate 'vl-eventtriggerstmt x args '((:id . vl-eventtriggerstmt->id) (:atts . vl-eventtriggerstmt->atts)) 'change-vl-eventtriggerstmt 'remake-vl-eventtriggerstmt))