#include <utils.h>
Data Fields | |
| int(* | compare )(t_cf_tree_dataset *, t_cf_tree_dataset *) |
| void(* | destroy )(t_cf_tree_dataset *) |
| t_cf_tree_node * | root |
Definition at line 428 of file utils.h.
|
|
Comparing function. Has to return -1 if first dataset is smaller than the second, +1 if first dataset is greater than the second and 0 if both are equal. |
|
|
'Destructor' function for a tree dataset |
|
|
root node |
1.3.5