| 21 | ~XMLParser() override; |
| 22 | |
| 23 | XMLParser(const XMLParser& other) = delete; |
| 24 | XMLParser& operator=(const XMLParser& other) = delete; |
| 25 | |
| 26 | XMLParser(XMLParser&& other) noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected