Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
cmXMLParser::~cmXMLParser()
22
{
23
if (this->Parser) {
24
this->CleanupParser();
25
}
26
}
27
28
int cmXMLParser::Parse(char const* string)
29
{
Callers
nothing calls this directly
Calls
1
CleanupParser
Method · 0.95
Tested by
no test coverage detected