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

Method first_attribute

UnitTests/TestApp/pugixml.cpp:4608–4611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4606 }
4607
4608 PUGI__FN xml_attribute xml_node::first_attribute() const
4609 {
4610 return _root ? xml_attribute(_root->first_attribute) : xml_attribute();
4611 }
4612
4613 PUGI__FN xml_attribute xml_node::last_attribute() const
4614 {

Callers 3

node_output_attributesFunction · 0.45
recursive_copy_skipFunction · 0.45
step_fillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected