abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
avl_tree_struct Struct Reference

#include <avl.h>

Data Fields

avl_noderoot
 
int(* compar )()
 
int num_entries
 
int modified
 

Detailed Description

Definition at line 46 of file avl.h.

Field Documentation

int(* avl_tree_struct::compar)()

Definition at line 48 of file avl.h.

int avl_tree_struct::modified

Definition at line 50 of file avl.h.

int avl_tree_struct::num_entries

Definition at line 49 of file avl.h.

avl_node* avl_tree_struct::root

Definition at line 47 of file avl.h.


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