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