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

Method end

MyGUIEngine/src/MyGUI_UString.cpp:783–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781 }
782
783 UString::iterator UString::end()
784 {
785 iterator i;
786 i.mIter = mData.end();
787 i.mString = this;
788 return i;
789 }
790
791 UString::const_iterator UString::end() const
792 {

Callers 15

removeDrawItemMethod · 0.45
getGlyphInfoMethod · 0.45
getCodePointRangesMethod · 0.45
initialiseFreeTypeMethod · 0.45
loadFaceMethod · 0.45
createFaceGlyphMethod · 0.45
renderGlyphsMethod · 0.45
createMsdfFaceGlyphMethod · 0.45
renderMsdfGlyphsMethod · 0.45
destroyChildItemNodeMethod · 0.45
upChildItemNodeMethod · 0.45
detachLayerItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected