MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / ErrorCol

Method ErrorCol

cpp/tinyxml/tinyxml.h:1474–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected