ROSS
Data Fields
avlNode Struct Reference

#include <avl_tree.h>

Data Fields

struct avlNodechild [2]
 
tw_eventkey
 
int height
 
struct avlNodenext
 

Detailed Description

Definition at line 7 of file avl_tree.h.

Field Documentation

struct avlNode* avlNode::child[2]
int avlNode::height

Definition at line 10 of file avl_tree.h.

Referenced by avlFixHeight(), avlGetHeight(), and avlSanityCheck().

tw_event* avlNode::key

Definition at line 9 of file avl_tree.h.

Referenced by avlDeleteMin(), and avlSearch().

struct avlNode* avlNode::next

Definition at line 11 of file avl_tree.h.

Referenced by avl_alloc(), and tw_hash_create().


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