Home
last modified time | relevance | path

Searched defs:structThing (Results 1 – 1 of 1) sorted by relevance

/dports/audio/praat/praat-6.2.03/sys/
H A DThing.h73 struct structThing { struct
86 virtual ~structThing () noexcept { } in ~structThing() argument
88 virtual void v_destroy () noexcept { }; in v_destroy()
100 virtual void v_assertInvariants () { }; in v_assertInvariants()
104 void assertInvariants () { our v_assertInvariants (); } in assertInvariants()
105 virtual void v_checkConstraints () { }; in v_checkConstraints()
109 virtual void v_nameChanged () { }; in v_nameChanged()
113 virtual void v_copyPreferencesToInstance () { }; in v_copyPreferencesToInstance()