MCPcopy Create free account
hub / github.com/Kitware/CMake / Clear

Method Clear

Source/cmVisualStudioSlnParser.cxx:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391cmVisualStudioSlnParser::ResultData::ResultData() = default;
392
393void cmVisualStudioSlnParser::ResultData::Clear()
394{
395 *this = ResultData();
396}
397
398void cmVisualStudioSlnParser::ResultData::SetError(ParseResult error,
399 size_t line)

Callers 2

ParseMethod · 0.45
ParseFileMethod · 0.45

Calls 1

ResultDataClass · 0.85

Tested by

no test coverage detected