Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadSettingsFile
Method · 0.45
mergeNodes
Method · 0.45
loadUserSettingsFile
Method · 0.45
setValueListImpl
Method · 0.45
find_node
Function · 0.45
node_output
Function · 0.45
has_declaration
Function · 0.45
recursive_copy_skip
Function · 0.45
traverse
Method · 0.45
reset
Method · 0.45
xpath_string string_value
Function · 0.45
step_fill
Method · 0.45
Calls
1
xml_node
Class · 0.70
Tested by
no test coverage detected