Tree Struct Reference

Defines the n-ary tree. More...

#include <tree.h>

Public Member Functions

 Vector (struct Tree) children
 All the children of this node (nothing means leaf)
 

Data Fields

int id
 The unique identifier of this node or leaf.
 
char * str
 The name of this node or leaf.
 

Detailed Description

Defines the n-ary tree.


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