MCPcopy Create free account
hub / github.com/DFHack/dfhack / ErrorCol

Method ErrorCol

depends/tinyxml/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 1

loadFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected