Searched defs:ErrorRow (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h1280 - The ErrorRow() and ErrorCol() will return the location of the error (if known)
1299 int ErrorRow() { return errorLocation.row+1; } function in class:TiXmlDocument
1300 int ErrorCol() { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()
1302 /** SetTabSize() allows the error reporting functions (ErrorRow() and ErrorCol())

Completed in 56 milliseconds