Antkeeper
0.0.1
|
A node that can have one or more children. More...
#include <node.hpp>
Public Attributes | |
std::list< node< T > * > | children |
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 that can have one or more children.
std::list<node<T>*> ai::bt::composite_node< T >::children |