Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ XMLParser
Method
XMLParser
src/xml_parsing.cpp:274–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
#endif
273
274
XMLParser::XMLParser(const BehaviorTreeFactory& factory) : _p(new PImpl(factory))
275
{}
276
277
XMLParser::XMLParser(XMLParser&& other) noexcept : _p(std::move(other._p))
278
{}
Callers
1
convert_stream
Function · 0.45
Calls
1
move
Function · 0.85
Tested by
no test coverage detected