OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Attributes | List of all members
avl_tree_t Struct Reference

#include <avl.h>

Collaboration diagram for avl_tree_t:
Collaboration graph
[legend]

Public Attributes

avl_node_thead
 
avl_node_ttail
 
avl_node_ttop
 
avl_compare_t cmp
 
avl_freeitem_t freeitem
 

Detailed Description

Definition at line 67 of file avl.h.

Member Data Documentation

◆ cmp

avl_compare_t avl_tree_t::cmp

Definition at line 71 of file avl.h.

Referenced by avl_init_tree(), and avl_search_closest().

◆ freeitem

avl_freeitem_t avl_tree_t::freeitem

Definition at line 72 of file avl.h.

Referenced by avl_delete_node(), avl_free_nodes(), and avl_init_tree().

◆ head

avl_node_t* avl_tree_t::head

◆ tail

avl_node_t* avl_tree_t::tail

◆ top

avl_node_t* avl_tree_t::top

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