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

Method ErrorName

sourcecommon/tinyxml2.cpp:1845–1849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1843}
1844
1845const char* XMLDocument::ErrorName() const
1846{
1847 TIXMLASSERT(_errorID >= 0 && _errorID < XML_ERROR_COUNT );
1848 return _errorNames[_errorID];
1849}
1850
1851void XMLDocument::PrintError() const
1852{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected