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

Method last_child

UnitTests/TestApp/pugixml.cpp:4625–4628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4623 }
4624
4625 PUGI__FN xml_node xml_node::last_child() const
4626 {
4627 return _root && _root->first_child ? xml_node(_root->first_child->prev_sibling_c) : xml_node();
4628 }
4629
4630 PUGI__FN bool xml_node::set_name(const char_t* rhs)
4631 {

Callers 3

node_outputFunction · 0.45
pugixml.cppFile · 0.45
step_fillMethod · 0.45

Calls 1

xml_nodeClass · 0.70

Tested by

no test coverage detected