Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeDrawItem
Method · 0.45
getGlyphInfo
Method · 0.45
getCodePointRanges
Method · 0.45
initialiseFreeType
Method · 0.45
loadFace
Method · 0.45
createFaceGlyph
Method · 0.45
renderGlyphs
Method · 0.45
createMsdfFaceGlyph
Method · 0.45
renderMsdfGlyphs
Method · 0.45
destroyChildItemNode
Method · 0.45
upChildItemNode
Method · 0.45
detachLayerItem
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected