OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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

avl_compare_t avl_tree_t::cmp

Definition at line 71 of file avl.h.

Referenced by avl_init_tree(), and avl_search_closest().

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().

avl_node_t* avl_tree_t::head
avl_node_t* avl_tree_t::tail
avl_node_t* avl_tree_t::top

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