#include <subtree_node.h>
Public Member Functions | |
DecoratorSubtreeNode (const std::string &name) | |
virtual | ~DecoratorSubtreeNode () override |
Private Member Functions | |
virtual BT::NodeStatus | tick () override |
Method to be implemented by the user. | |
virtual NodeType | type () const override final |
Definition at line 8 of file subtree_node.h.
BT::DecoratorSubtreeNode::DecoratorSubtreeNode | ( | const std::string & | name | ) |
Definition at line 4 of file subtree_node.cpp.
virtual BT::DecoratorSubtreeNode::~DecoratorSubtreeNode | ( | ) | [override, virtual] |
BT::NodeStatus BT::DecoratorSubtreeNode::tick | ( | ) | [override, private, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 10 of file subtree_node.cpp.
virtual NodeType BT::DecoratorSubtreeNode::type | ( | ) | const [inline, override, private, virtual] |
Reimplemented from BT::DecoratorNode.
Definition at line 18 of file subtree_node.h.