ABC: A System for Sequential Synthesis and Verification
 
Loading...
Searching...
No Matches
avl_tree_struct Struct Reference

#include <avl.h>

Collaboration diagram for avl_tree_struct:

Public Attributes

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

Detailed Description

Definition at line 46 of file avl.h.

Member Data Documentation

◆ compar

int(* avl_tree_struct::compar) ()

Definition at line 48 of file avl.h.

◆ modified

int avl_tree_struct::modified

Definition at line 50 of file avl.h.

◆ num_entries

int avl_tree_struct::num_entries

Definition at line 49 of file avl.h.

◆ root

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: