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

#include <avl.h>

Collaboration diagram for avl_node_struct:

Public Attributes

avl_nodeleft
 
avl_noderight
 
char * key
 
char * value
 
int height
 

Detailed Description

Definition at line 37 of file avl.h.

Member Data Documentation

◆ height

int avl_node_struct::height

Definition at line 41 of file avl.h.

◆ key

char* avl_node_struct::key

Definition at line 39 of file avl.h.

◆ left

avl_node* avl_node_struct::left

Definition at line 38 of file avl.h.

◆ right

avl_node * avl_node_struct::right

Definition at line 38 of file avl.h.

◆ value

char* avl_node_struct::value

Definition at line 40 of file avl.h.


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