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

Class ResultData

Source/cmVisualStudioSlnParser.h:74–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 class ParsedLine;
73
74 struct ResultData
75 {
76 ParseResult Result = ResultOK;
77 size_t ResultLine = 0;
78 bool HadBOM;
79
80 ResultData();
81 void Clear();
82 void SetError(ParseResult error, size_t line);
83 } LastResult;
84
85 bool IsDataGroupSetSupported(DataGroupSet dataGroups) const;
86

Callers 2

ClearMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…