Antkeeper
0.0.1
|
A node with exactly one child. More...
#include <node.hpp>
Public Attributes | |
node< T > * | child |
Additional Inherited Members | |
![]() | |
typedef T | context_type |
Data type on which nodes operate. More... | |
![]() | |
virtual status | execute (context_type &context) const =0 |
Executes a node's function and returns its status. More... | |
A node with exactly one child.
node<T>* ai::bt::decorator_node< T >::child |