GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
avl_node Struct Reference

#include <avl.h>

Collaboration diagram for avl_node:

Data Fields

struct avl_nodeavl_link [2]
 
voidavl_data
 
signed char avl_balance
 

Detailed Description

Definition at line 64 of file avl.h.

Field Documentation

◆ avl_balance

signed char avl_node::avl_balance

Definition at line 67 of file avl.h.

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

◆ avl_data

void* avl_node::avl_data

Definition at line 66 of file avl.h.

Referenced by avl_copy(), avl_delete(), avl_destroy(), avl_find(), avl_probe(), avl_t_find(), and avl_t_insert().

◆ avl_link

struct avl_node* avl_node::avl_link[2]

Definition at line 65 of file avl.h.

Referenced by avl_copy(), avl_delete(), avl_destroy(), avl_find(), avl_probe(), and avl_t_find().


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