Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

s_cf_tree Struct Reference
[Binary tree abstraction (AVL tree)]

#include <utils.h>


Data Fields

int(* compare )(t_cf_tree_dataset *, t_cf_tree_dataset *)
void(* destroy )(t_cf_tree_dataset *)
t_cf_tree_noderoot


Detailed Description

AVL tree structure

Definition at line 428 of file utils.h.


Field Documentation

int(* s_cf_tree::compare)(t_cf_tree_dataset *,t_cf_tree_dataset *)
 

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.

void(* s_cf_tree::destroy)(t_cf_tree_dataset *)
 

'Destructor' function for a tree dataset

t_cf_tree_node* s_cf_tree::root
 

root node

Definition at line 441 of file utils.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5