MCPcopy 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
274XMLParser::XMLParser(const BehaviorTreeFactory& factory) : _p(new PImpl(factory))
275{}
276
277XMLParser::XMLParser(XMLParser&& other) noexcept : _p(std::move(other._p))
278{}

Callers 1

convert_streamFunction · 0.45

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected