Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~CObserverPatternBase
Method · 0.80
DetachObserver
Method · 0.80
Calls
3
end
Function · 0.85
erase
Method · 0.80
find
Method · 0.45
Tested by
no test coverage detected