| 1472 | */ |
| 1473 | int ErrorRow() const { return errorLocation.row+1; } |
| 1474 | int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow() |
| 1475 | |
| 1476 | /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol()) |
| 1477 | to report the correct values for row and column. It does not change the output |
nothing calls this directly
no outgoing calls
no test coverage detected