Antkeeper
0.0.1
|
Attempts to execute a child node n
times or until the child fails.
More...
#include <node.hpp>
Public Member Functions | |
virtual status | execute (node< T >::context_type &context) const final |
![]() | |
virtual status | execute (context_type &context) const =0 |
Executes a node's function and returns its status. More... | |
Public Attributes | |
int | n |
![]() | |
node< T > * | child |
Additional Inherited Members | |
![]() | |
typedef T | context_type |
Data type on which nodes operate. More... | |
Attempts to execute a child node n
times or until the child fails.
|
finalvirtual |
int ai::bt::repeater< T >::n |