MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / ErrorCol

Method ErrorCol

lesson7-Detection/src/utils/tinyxml.h:1478–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476 */
1477 int ErrorRow() const { return errorLocation.row+1; }
1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1479
1480 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())
1481 to report the correct values for row and column. It does not change the output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected