| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…