MCPcopy Create free account
hub / github.com/MyGUI/mygui / erase

Method erase

MyGUIEngine/src/MyGUI_UString.cpp:1161–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159 }
1160
1161 UString::iterator UString::erase(iterator loc)
1162 {
1163 iterator ret;
1164 ret.mIter = mData.erase(loc.mIter);
1165 ret.mString = this;
1166 return ret;
1167 }
1168
1169 UString::iterator UString::erase(iterator start, iterator end)
1170 {

Callers 15

destroyVertexBufferMethod · 0.45
destroyTextureMethod · 0.45
removeItemAtMethod · 0.45
removeMethod · 0.45
clearMethod · 0.45
destroyTextureMethod · 0.45
destroyTextureMethod · 0.45
destroyTextureMethod · 0.45
destroyTextureMethod · 0.45
destroyTextureMethod · 0.45
destroyTextureMethod · 0.45
removeColumnAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected