MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / SetError

Method SetError

sourcecommon/tinyxml2.cpp:1838–1843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1836
1837
1838void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 )
1839{
1840 _errorID = error;
1841 _errorStr1 = str1;
1842 _errorStr2 = str2;
1843}
1844
1845const char* XMLDocument::ErrorName() const
1846{

Callers 2

ParseDeepMethod · 0.80
ParseAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected