MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / Detach

Method Detach

deps/FtpClient/Definements.h:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 return true;
240 }
241 bool Detach(T p)
242 {
243 if (this->find(p)==base_type::end())
244 return false;
245 this->erase(p);
246 p->Detach(static_cast<T2>(this));
247 return true;
248 }
249};
250
251

Callers 2

~CObserverPatternBaseMethod · 0.80
DetachObserverMethod · 0.80

Calls 3

endFunction · 0.85
eraseMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected