| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected