MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / erase

Method erase

src/common/classes/fb_string.h:536–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534 return *this;
535 }
536 iterator erase(iterator it) throw()
537 {
538 erase(it - c_str(), 1);
539 return it;
540 }
541 iterator erase(iterator first, iterator last) throw()
542 {
543 erase(first - c_str(), last - first);

Callers 15

toStringMethod · 0.45
loadConfigMethod · 0.45
checkServerUsersVersionFunction · 0.45
parseMethod · 0.45
clearMethod · 0.45
ISC_analyze_pclanFunction · 0.45
ISC_analyze_protocolFunction · 0.45
ISC_analyze_tcpFunction · 0.45
ShortToLongPathNameFunction · 0.45
share_name_from_resourceFunction · 0.45
share_name_from_uncFunction · 0.45
ISC_unescapeFunction · 0.45

Calls 1

eraseFunction · 0.70

Tested by 1

testFunction · 0.36