TaPAS  0.2
Data Fields
ccl_tree_st Struct Reference

Structure storing a node of a generic tree. More...

#include <ccl-tree.h>

Data Fields

void * object
 The object labelling the node.
 
ccl_delete_procdel
 The procedure call to free resources allocated to the object.
 
ccl_treenext
 A pointer to the first sibling of the node.
 
ccl_treechilds
 A pointer to the first child of the node.
 

Detailed Description

Structure storing a node of a generic tree.

Definition at line 40 of file ccl-tree.h.


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