Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2534
const char* XMLDocument::ErrorStr() const
2535
{
2536
return _errorStr.Empty() ?
""
: _errorStr.GetStr();
2537
}
2538
2539
2540
void XMLDocument::PrintError() const
Callers
2
loadDocImpl
Method · 0.80
writeTreeXSD
Function · 0.80
Calls
2
Empty
Method · 0.80
GetStr
Method · 0.80
Tested by
no test coverage detected