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

#include <avl.h>

Collaboration diagram for avl_node_struct:

Public Attributes

avl_nodeleft
 
avl_noderight
 
void * key
 
void * value
 
int height
 

Detailed Description

Definition at line 32 of file avl.h.

Member Data Documentation

◆ height

int avl_node_struct::height

Definition at line 36 of file avl.h.

Referenced by avl_delete(), do_check_tree(), do_rebalance(), and new_node().

◆ key

void* avl_node_struct::key

◆ left

◆ right

◆ value

void* avl_node_struct::value

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