BWAPI
Public Member Functions | Public Attributes
tree_node Struct Reference

#include <enums_name_tables_tt.h>

List of all members.

Public Member Functions

void append (int v)
void append (tree_node *tn)
 tree_node (int v)
 tree_node (const char *p)
 ~tree_node ()

Public Attributes

int value
std::map< int, tree_node * > children

Constructor & Destructor Documentation

tree_node::tree_node ( int  v) [inline]

Here is the caller graph for this function:

tree_node::tree_node ( const char *  p) [inline]

Here is the call graph for this function:

tree_node::~tree_node ( ) [inline]

Member Function Documentation

void tree_node::append ( int  v) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void tree_node::append ( tree_node tn) [inline]

Member Data Documentation

std::map<int, tree_node*> tree_node::children

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines