MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / SetError

Method SetError

Source/ThirdParty/tinyxml2/tinyxml2.cpp:2115–2121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2113
2114
2115void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 )
2116{
2117 TIXMLASSERT( error >= 0 && error < XML_ERROR_COUNT );
2118 _errorID = error;
2119 _errorStr1 = str1;
2120 _errorStr2 = str2;
2121}
2122
2123const char* XMLDocument::ErrorName() const
2124{

Callers 2

ParseDeepMethod · 0.80
ParseAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected