MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / ErrorStr

Method ErrorStr

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:2459–2462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2457}
2458
2459const char* XMLDocument::ErrorStr() const
2460{
2461 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2462}
2463
2464void XMLDocument::PrintError() const
2465{

Callers 3

parseMJCFStringMethod · 0.80
loadUrdfMethod · 0.80
loadSDFMethod · 0.80

Calls 2

GetStrMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected