TaPAS
0.2
|
Structure storing a node of a generic tree. More...
#include <ccl-tree.h>
Data Fields | |
void * | object |
The object labelling the node. | |
ccl_delete_proc * | del |
The procedure call to free resources allocated to the object. | |
ccl_tree * | next |
A pointer to the first sibling of the node. | |
ccl_tree * | childs |
A pointer to the first child of the node. | |
Structure storing a node of a generic tree.
Definition at line 40 of file ccl-tree.h.