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

Function _node

src/pugiXML/pugixml.cpp:9648–9650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9646 }
9647
9648 PUGI__FN xpath_node::xpath_node(const xml_node& node_): _node(node_)
9649 {
9650 }
9651
9652 PUGI__FN xpath_node::xpath_node(const xml_attribute& attribute_, const xml_node& parent_): _node(attribute_ ? parent_ : xml_node()), _attribute(attribute_)
9653 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected