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

#include <tavl.h>

Collaboration diagram for tavl_table:

Data Fields

struct tavl_nodetavl_root
 
tavl_comparison_functavl_compare
 
voidtavl_param
 
struct libavl_allocatortavl_alloc
 
size_t tavl_count
 

Detailed Description

Definition at line 54 of file tavl.h.

Field Documentation

◆ tavl_alloc

struct libavl_allocator* tavl_table::tavl_alloc

Definition at line 58 of file tavl.h.

Referenced by tavl_create(), tavl_delete(), tavl_destroy(), and tavl_probe().

◆ tavl_compare

tavl_comparison_func* tavl_table::tavl_compare

Definition at line 56 of file tavl.h.

Referenced by tavl_create(), tavl_delete(), tavl_find(), tavl_probe(), and tavl_t_find().

◆ tavl_count

size_t tavl_table::tavl_count

Definition at line 59 of file tavl.h.

Referenced by tavl_create(), tavl_delete(), and tavl_probe().

◆ tavl_param

void* tavl_table::tavl_param

Definition at line 57 of file tavl.h.

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

◆ tavl_root

struct tavl_node* tavl_table::tavl_root

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