MCPcopy Create free account
hub / github.com/SICKAG/sick_scan_xd / ClearError

Function ClearError

include/tinyxml/tinyxml.h:1730–1737  ·  view source on GitHub ↗

If you have handled the error, it can be reset with this call. The error state is automatically cleared if you Parse a new XML block. */

Source from the content-addressed store, hash-verified

1728 state is automatically cleared if you Parse a new XML block.
1729 */
1730 void ClearError()
1731 {
1732 error = false;
1733 errorId = 0;
1734 errorDesc = "";
1735 errorLocation.row = errorLocation.col = 0;
1736 //errorLocation.last = 0;
1737 }
1738
1739 /** Write the document to standard out using formatted printing ("pretty print"). */
1740 void Print() const

Callers 2

TiXmlDocumentMethod · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected