ROSS
avlNode Struct Reference

#include <avl_tree.h>

Data Fields

struct avlNodechild [2]
tw_eventkey
int height
struct avlNodenext

Detailed Description

Definition at line 10 of file avl_tree.h.

Field Documentation

◆ child

struct avlNode * avlNode::child

◆ height

int avlNode::height

Definition at line 13 of file avl_tree.h.

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

◆ key

tw_event * avlNode::key

Definition at line 12 of file avl_tree.h.

Referenced by avlDeleteMin(), and avlSearch().

◆ next

struct avlNode * avlNode::next

Definition at line 14 of file avl_tree.h.

Referenced by avl_alloc(), and tw_hash_create().


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