Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator->
Method
operator->
MyGUIEngine/src/MyGUI_XmlDocument.cpp:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
ElementPtr ElementEnumerator::operator->() const
131
{
132
assert(m_current != m_end);
133
return m_current->get();
134
}
135
136
ElementPtr ElementEnumerator::current()
137
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected