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

Method Attach

deps/FtpClient/Definements.h:233–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 }
232
233 bool Attach(T p)
234 {
235 if (this->find(p)!=base_type::end())
236 return false;
237 this->insert(p);
238 p->Attach(static_cast<T2>(this));
239 return true;
240 }
241 bool Detach(T p)
242 {
243 if (this->find(p)==base_type::end())

Callers 1

AttachObserverMethod · 0.80

Calls 2

endFunction · 0.85
findMethod · 0.45

Tested by

no test coverage detected