gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <avl.h>
Public Attributes | |
avl_node * | root |
int(* | compar )(const void *key1, const void *key2) |
int | num_entries |
int | modified |
int(* avl_tree_struct::compar) (const void *key1, const void *key2) |
Definition at line 43 of file avl.h.
Referenced by avl_check_tree(), avl_delete(), avl_init_table(), avl_insert(), and avl_lookup().
int avl_tree_struct::modified |
Definition at line 45 of file avl.h.
Referenced by avl_delete(), avl_init_gen(), and avl_insert().
int avl_tree_struct::num_entries |
Definition at line 44 of file avl.h.
Referenced by avl_count(), avl_delete(), avl_gen(), avl_init_table(), and avl_insert().
avl_node* avl_tree_struct::root |
Definition at line 42 of file avl.h.
Referenced by avl_check_tree(), avl_delete(), avl_extremum(), avl_foreach(), avl_free_table(), avl_init_gen(), avl_init_table(), avl_insert(), and avl_lookup().