#include <tree.h>
Data Fields | |
pTreeNode | parent |
pVector | children |
int | reg |
int | id |
Simple structure representing a generic node in a generic tree. Has an ID and pointers to parent and children. Implementers of tree_func_node_new are expected to return a value that can be cast to this structure.
pVector tagTreeNode::children |
int tagTreeNode::id |
pTreeNode tagTreeNode::parent |
int tagTreeNode::reg |