Translations:Demystifying C++ - Classes/5/en
Jump to navigation
Jump to search
void C1_setAttr(struct C1* this, int v) {
this->attr = v; C1_onChangeAttr(this);
}
|}
void C1_setAttr(struct C1* this, int v) {
this->attr = v; C1_onChangeAttr(this);
}
|}