Exemplo n.º 1
0
 ~Root() {
   if(roots_ && object_) roots_->remove(this);
 }
Exemplo n.º 2
0
 inline Root::~Root() {
   if(roots && object) {
     roots->remove(this);
   }
 }
Exemplo n.º 3
0
 ~Root() {
   if(roots_ && object_ && object_ != cUndef) roots_->remove(this);
 }