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

#include <tavl.h>

Collaboration diagram for tavl_node:

Data Fields

struct tavl_nodetavl_link [2]
 
voidtavl_data
 
unsigned char tavl_tag [2]
 
signed char tavl_balance
 

Detailed Description

Definition at line 69 of file tavl.h.

Field Documentation

◆ tavl_balance

signed char tavl_node::tavl_balance

Definition at line 73 of file tavl.h.

Referenced by tavl_delete(), and tavl_probe().

◆ tavl_data

void* tavl_node::tavl_data

Definition at line 71 of file tavl.h.

Referenced by tavl_delete(), tavl_destroy(), tavl_find(), tavl_probe(), tavl_t_find(), and tavl_t_insert().

◆ tavl_link

struct tavl_node* tavl_node::tavl_link[2]

Definition at line 70 of file tavl.h.

Referenced by tavl_copy(), tavl_delete(), tavl_destroy(), tavl_find(), tavl_probe(), and tavl_t_find().

◆ tavl_tag

unsigned char tavl_node::tavl_tag[2]

Definition at line 72 of file tavl.h.

Referenced by tavl_copy(), tavl_delete(), tavl_destroy(), tavl_find(), tavl_probe(), and tavl_t_find().


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