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

Method attributes_begin

Tools/EditorFramework/pugixml.cpp:4423–4426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4421 }
4422
4423 PUGI__FN xml_node::attribute_iterator xml_node::attributes_begin() const
4424 {
4425 return attribute_iterator(_root ? _root->first_attribute : 0, _root);
4426 }
4427
4428 PUGI__FN xml_node::attribute_iterator xml_node::attributes_end() const
4429 {

Callers 1

mergeAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected