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

Method xpath_variable_set

src/pugiXML/pugixml.cpp:9930–9933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9928 }
9929
9930 PUGI__FN xpath_variable_set::xpath_variable_set()
9931 {
9932 for (size_t i = 0; i < sizeof(_data) / sizeof(_data[0]); ++i) _data[i] = 0;
9933 }
9934
9935 PUGI__FN xpath_variable_set::~xpath_variable_set()
9936 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected