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

Method XMLParser

include/behaviortree_cpp/xml_parsing.h:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 ~XMLParser() override;
22
23 XMLParser(const XMLParser& other) = delete;
24 XMLParser& operator=(const XMLParser& other) = delete;
25
26 XMLParser(XMLParser&& other) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected