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

Method next

MyGUIEngine/src/MyGUI_XmlDocument.cpp:107–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 }
106
107 bool ElementEnumerator::next()
108 {
109 if (m_current == m_end)
110 return false;
111 if (m_first)
112 {
113 m_first = false;
114 return true;
115 }
116 ++m_current;
117 return m_current != m_end;
118 }
119
120 bool ElementEnumerator::next(std::string_view _name)
121 {

Callers 15

Gui.hFile · 0.45
deserializationMethod · 0.45
setupResourcesMethod · 0.45
deserializationMethod · 0.45
deserializationMethod · 0.45
colourWidgetsMethod · 0.45
deserializationMethod · 0.45
_loadMethod · 0.45
deserializationMethod · 0.45
_loadMethod · 0.45
deserializationMethod · 0.45
deserializationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected