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

Method begin

MyGUIEngine/src/MyGUI_UString.cpp:767–773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 }
766
767 UString::iterator UString::begin()
768 {
769 iterator i;
770 i.mIter = mData.begin();
771 i.mString = this;
772 return i;
773 }
774
775 UString::const_iterator UString::begin() const
776 {

Callers 15

removeDrawItemMethod · 0.45
getCodePointRangesMethod · 0.45
addCodePointRangeMethod · 0.45
initialiseFreeTypeMethod · 0.45
destroyChildItemNodeMethod · 0.45
upChildItemNodeMethod · 0.45
detachLayerItemMethod · 0.45
updateCompressionMethod · 0.45
_notifyDeleteItemMethod · 0.45
_insertItemMethod · 0.45
createLayerAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected