Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ parent
Method
parent
Source/ThirdParty/pugixml/pugixml.cpp:4870–4873 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4868
}
4869
4870
PUGI__FN xml_node xml_node::parent() const
4871
{
4872
return _root ? xml_node(_root->parent) : xml_node();
4873
}
4874
4875
PUGI__FN xml_node xml_node::root() const
4876
{
Callers
15
GeneratorTracker
Class · 0.80
close
Method · 0.80
SectionTracker
Method · 0.80
find_node
Function · 0.80
allow_move
Function · 0.80
path
Method · 0.80
first_element_by_path
Method · 0.80
traverse
Method · 0.80
pugixml.cpp
File · 0.80
xpath_string string_value
Function · 0.80
operator()
Method · 0.80
namespace_uri
Function · 0.80
Calls
1
xml_node
Class · 0.85
Tested by
no test coverage detected