Antkeeper  0.0.1
Public Attributes | List of all members
ai::bt::composite_node< T > Struct Template Reference

A node that can have one or more children. More...

#include <node.hpp>

Inheritance diagram for ai::bt::composite_node< T >:
ai::bt::node< T > ai::bt::selector< T > ai::bt::sequence< T >

Public Attributes

std::list< node< T > * > children
 

Additional Inherited Members

- Public Types inherited from ai::bt::node< T >
typedef T context_type
 Data type on which nodes operate. More...
 
- Public Member Functions inherited from ai::bt::node< T >
virtual status execute (context_type &context) const =0
 Executes a node's function and returns its status. More...
 

Detailed Description

template<class T>
struct ai::bt::composite_node< T >

A node that can have one or more children.

Definition at line 61 of file node.hpp.

Member Data Documentation

◆ children

template<class T >
std::list<node<T>*> ai::bt::composite_node< T >::children

Definition at line 63 of file node.hpp.


The documentation for this struct was generated from the following file: