CACAO
Data Fields
avl_tree_t Struct Reference

Data Fields

Mutexmutex
 Mutex to lock the tree. More...
 
avl_node_troot
 
avl_comparatorcomparator
 
s4 entries
 

Detailed Description

Definition at line 42 of file avl.cpp.

Field Documentation

avl_comparator* avl_tree_t::comparator

Definition at line 45 of file avl.cpp.

s4 avl_tree_t::entries

Definition at line 46 of file avl.cpp.

Mutex* avl_tree_t::mutex

Mutex to lock the tree.

Definition at line 43 of file avl.cpp.

avl_node_t* avl_tree_t::root

Definition at line 44 of file avl.cpp.


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