MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Error

Function Error

externals/tinyxml2/tinyxml2.h:1884–1886  ·  view source on GitHub ↗

Return true if there was an error parsing the document.

Source from the content-addressed store, hash-verified

1882
1883 /// Return true if there was an error parsing the document.
1884 bool Error() const {
1885 return _errorID != XML_SUCCESS;
1886 }
1887 /// Return the errorID.
1888 XMLError ErrorID() const {
1889 return _errorID;

Callers 2

ClearMethod · 0.70
ParseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected