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

Method xpath_stack_data

src/pugiXML/pugixml.cpp:5841–5851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5839 #endif
5840
5841 xpath_stack_data(): result(blocks + 0), temp(blocks + 1)
5842 {
5843 blocks[0].next = blocks[1].next = 0;
5844
5845 stack.result = &result;
5846 stack.temp = &temp;
5847
5848 #ifdef PUGIXML_NO_EXCEPTIONS
5849 result.error_handler = temp.error_handler = &error_handler;
5850 #endif
5851 }
5852
5853 ~xpath_stack_data()
5854 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected