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

Method ErrorRow

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

Returns the location (if known) of the error. The first column is column 1, and the first row is row 1. A value of 0 means the row and column wasn't applicable (memory errors, for example, have no row/column) or the parser lost the error. (An error in the error reporting, in that case.) \see SetTabSize, Row, Column */

Source from the content-addressed store, hash-verified

1471 \see SetTabSize, Row, Column
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())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected