GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
avl_node Struct Reference

#include <avl.h>

Collaboration diagram for avl_node:

Data Fields

struct avl_nodeavl_link [2]
 
void * avl_data
 
signed char avl_balance
 

Detailed Description

Definition at line 68 of file avl.h.

Field Documentation

signed char avl_node::avl_balance

Definition at line 72 of file avl.h.

Referenced by avl_copy(), avl_delete(), and avl_probe().

struct avl_node* avl_node::avl_link[2]

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