BWAPI
Public Member Functions | Public Attributes
Node Class Reference

#include <Node.h>

List of all members.

Public Member Functions

 Node ()
 Node (int freq, int at)
void addChild (Node *n)
void addChild (int a, int f)
NodegetChild (int n)

Public Attributes

int actionType
int frequency
std::vector< Node * > children

Constructor & Destructor Documentation

Here is the caller graph for this function:

Node::Node ( int  freq,
int  at 
)

Member Function Documentation

void Node::addChild ( Node n)
void Node::addChild ( int  a,
int  f 
)

Here is the call graph for this function:

Node * Node::getChild ( int  n)

Member Data Documentation

std::vector<Node*> Node::children

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Defines