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

Method insert

MyGUIEngine/src/MyGUI_UString.cpp:1042–1048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040 }
1041
1042 UString::iterator UString::insert(iterator i, const code_point& ch)
1043 {
1044 iterator ret;
1045 ret.mIter = mData.insert(i.mIter, ch);
1046 ret.mString = this;
1047 return ret;
1048 }
1049
1050 UString& UString::insert(size_type index, const UString& str)
1051 {

Callers 15

buildVKeyMapMethod · 0.45
buildMouseButtonMapMethod · 0.45
insertItemMethod · 0.45
insertColumnAtMethod · 0.45
insertItemAtMethod · 0.45
has_slotsMethod · 0.45
signal_connectMethod · 0.45
createNewWindowMethod · 0.45
addContextMethod · 0.45
replaceAllFunction · 0.45
addCodePointMethod · 0.45
addCodePointRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected