MCPcopy Create free account
hub / github.com/Icinga/icinga2 / erase

Method erase

lib/base/string.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268String::Iterator String::erase(String::Iterator first, String::Iterator last)
269{
270 return m_Data.erase(first, last);
271}
272
273String::Iterator String::Begin()
274{

Callers 15

UpdateObjectAuthorityMethod · 0.45
RemoveAnonymousClientMethod · 0.45
RemoveHttpClientMethod · 0.45
~ObjectNameLockMethod · 0.45
RemoveClientMethod · 0.45
RemoveClientMethod · 0.45
~EventsInboxMethod · 0.45
UnsubscribeMethod · 0.45
ResumeMethod · 0.45
CheckThreadProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected