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

Method TreeNode

include/behaviortree_cpp/tree_node.h:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 TreeNode(std::string name, NodeConfig config);
169
170 TreeNode(const TreeNode& other) = delete;
171 TreeNode& operator=(const TreeNode& other) = delete;
172
173 TreeNode(TreeNode&& other) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected