Esempio n. 1
0
 ~Test() { Instance.dump("~~TERD", this); }
Esempio n. 2
0
 Test(char C) : Instance(sInstance, C) { Instance.dump("++TERD", this); }
Esempio n. 3
0
 Test(const Test&) : Instance(sInstance) { Instance.dump("(*COPIED*)", this); }
Esempio n. 4
0
 Test() : Instance(sInstance) { Instance.dump("++TERD", this); }