gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
avl_tree_struct Struct Reference

#include <avl.h>

Collaboration diagram for avl_tree_struct:

Public Attributes

avl_noderoot
 
int(* compar )(const void *key1, const void *key2)
 
int num_entries
 
int modified
 

Detailed Description

Definition at line 41 of file avl.h.

Member Data Documentation

◆ compar

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().

◆ modified

int avl_tree_struct::modified

Definition at line 45 of file avl.h.

Referenced by avl_delete(), avl_init_gen(), and avl_insert().

◆ num_entries

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().

◆ root


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