Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
removeDrawItem
Method · 0.45
getCodePointRanges
Method · 0.45
addCodePointRange
Method · 0.45
initialiseFreeType
Method · 0.45
destroyChildItemNode
Method · 0.45
upChildItemNode
Method · 0.45
detachLayerItem
Method · 0.45
updateCompression
Method · 0.45
_notifyDeleteItem
Method · 0.45
_insertItem
Method · 0.45
createLayerAt
Method · 0.45
notifyMouseButtonDoubleClick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected