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