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

Method attributes_end

Tools/EditorFramework/pugixml.cpp:4428–4431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4426 }
4427
4428 PUGI__FN xml_node::attribute_iterator xml_node::attributes_end() const
4429 {
4430 return attribute_iterator(0, _root);
4431 }
4432
4433 PUGI__FN xml_object_range<xml_node_iterator> xml_node::children() const
4434 {

Callers 1

mergeAttributesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected