Пример #1
0
 ~Root() {
   if(roots_ && object_) roots_->remove(this);
 }
Пример #2
0
 inline Root::~Root() {
   if(roots && object) {
     roots->remove(this);
   }
 }
Пример #3
0
 ~Root() {
   if(roots_ && object_ && object_ != cUndef) roots_->remove(this);
 }