avl_node Struct Reference

AVL Trees. More...

#include <avl.h>

Data Fields

int height
char * key
avl_node * left
avl_node * right
char * value

Detailed Description

AVL Trees.

Author:
Originated from glu library of VIS
Todo:
: Missing description
Todo:
Missing synopsis
Todo:
Missing description
Todo:
Missing synopsis
Todo:
Missing description

Field Documentation

int avl_node::height
char* avl_node::key
avl_node* avl_node::left
avl_node * avl_node::right
char* avl_node::value

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 14 Oct 2015 for NuSMV Developers Manual by  doxygen 1.6.1