MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / xml_attribute_iterator

Method xml_attribute_iterator

src/pugiXML/pugixml.cpp:4961–4963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4959 }
4960
4961 PUGI__FN xml_attribute_iterator::xml_attribute_iterator()
4962 {
4963 }
4964
4965 PUGI__FN xml_attribute_iterator::xml_attribute_iterator(const xml_attribute& attr, const xml_node& parent): _wrap(attr), _parent(parent)
4966 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected