GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
tavl_node Struct Reference

#include <tavl.h>

Collaboration diagram for tavl_node:

Data Fields

struct tavl_nodetavl_link [2]
 
void * tavl_data
 
unsigned char tavl_tag [2]
 
signed char tavl_balance
 

Detailed Description

Definition at line 72 of file tavl.h.

Field Documentation

◆ tavl_balance

signed char tavl_node::tavl_balance

Definition at line 77 of file tavl.h.

◆ tavl_data

void* tavl_node::tavl_data

◆ tavl_link

struct tavl_node* tavl_node::tavl_link[2]

Definition at line 74 of file tavl.h.

Referenced by tavl_copy(), tavl_destroy(), tavl_t_first(), tavl_t_last(), tavl_t_next(), and tavl_t_prev().

◆ tavl_tag

unsigned char tavl_node::tavl_tag[2]

Definition at line 76 of file tavl.h.

Referenced by tavl_copy(), tavl_destroy(), tavl_t_first(), tavl_t_last(), tavl_t_next(), and tavl_t_prev().


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