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

Method first_child

Tools/EditorFramework/pugixml.cpp:4620–4623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4618 }
4619
4620 PUGI__FN xml_node xml_node::first_child() const
4621 {
4622 return _root ? xml_node(_root->first_child) : xml_node();
4623 }
4624
4625 PUGI__FN xml_node xml_node::last_child() const
4626 {

Callers 12

loadSettingsFileMethod · 0.45
mergeNodesMethod · 0.45
loadUserSettingsFileMethod · 0.45
setValueListImplMethod · 0.45
find_nodeFunction · 0.45
node_outputFunction · 0.45
has_declarationFunction · 0.45
recursive_copy_skipFunction · 0.45
traverseMethod · 0.45
resetMethod · 0.45
step_fillMethod · 0.45

Calls 1

xml_nodeClass · 0.70

Tested by

no test coverage detected