MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / ErrorStr

Method ErrorStr

3rdparty/tinyxml2/tinyxml2.cpp:2534–2537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2532}
2533
2534const char* XMLDocument::ErrorStr() const
2535{
2536 return _errorStr.Empty() ? "" : _errorStr.GetStr();
2537}
2538
2539
2540void XMLDocument::PrintError() const

Callers 2

loadDocImplMethod · 0.80
writeTreeXSDFunction · 0.80

Calls 2

EmptyMethod · 0.80
GetStrMethod · 0.80

Tested by

no test coverage detected