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

Method parent

UnitTests/TestApp/pugixml.cpp:4570–4573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4568 }
4569
4570 PUGI__FN xml_node xml_node::parent() const
4571 {
4572 return _root ? xml_node(_root->parent) : xml_node();
4573 }
4574
4575 PUGI__FN xml_node xml_node::root() const
4576 {

Callers 15

find_nodeFunction · 0.45
pathMethod · 0.45
first_element_by_pathMethod · 0.45
traverseMethod · 0.45
pugixml.cppFile · 0.45
node_heightFunction · 0.45
node_is_beforeFunction · 0.45
node_is_ancestorFunction · 0.45
operator()Method · 0.45
namespace_uriFunction · 0.45
step_fillMethod · 0.45

Calls 1

xml_nodeClass · 0.70

Tested by

no test coverage detected