MCPcopy 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

getMethod · 0.45

Tested by

no test coverage detected