MCPcopy Create free account
hub / github.com/Kitware/CMake / ~cmXMLParser

Method ~cmXMLParser

Source/cmXMLParser.cxx:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21cmXMLParser::~cmXMLParser()
22{
23 if (this->Parser) {
24 this->CleanupParser();
25 }
26}
27
28int cmXMLParser::Parse(char const* string)
29{

Callers

nothing calls this directly

Calls 1

CleanupParserMethod · 0.95

Tested by

no test coverage detected