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

Method xml_node_iterator

src/pugiXML/pugixml.cpp:4900–4902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4898#endif
4899
4900 PUGI__FN xml_node_iterator::xml_node_iterator()
4901 {
4902 }
4903
4904 PUGI__FN xml_node_iterator::xml_node_iterator(const xml_node& node): _wrap(node), _parent(node.parent())
4905 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected