AVL_tree_st Struct Reference

#include <utils.h>

Collaboration diagram for AVL_tree_st:

Collaboration graph
[legend]

Detailed Description

Definition at line 293 of file utils.h.

Data Fields

int bal
void * data
AVL_tree_stleft
AVL_tree_stparent
AVL_tree_stright


Field Documentation

int AVL_tree_st::bal
 

Definition at line 295 of file utils.h.

Referenced by Tree_Add().

void* AVL_tree_st::data
 

Definition at line 294 of file utils.h.

Referenced by Tree_Delete(), and Tree_Search().

struct AVL_tree_st* AVL_tree_st::left
 

Definition at line 296 of file utils.h.

Referenced by Tree_Add(), Tree_Delete(), Tree_First(), Tree_Next(), and Tree_Search().

struct AVL_tree_st* AVL_tree_st::parent
 

Definition at line 298 of file utils.h.

Referenced by Tree_Add(), Tree_Delete(), and Tree_Next().

struct AVL_tree_st* AVL_tree_st::right
 

Definition at line 297 of file utils.h.

Referenced by Tree_Add(), Tree_Delete(), Tree_Last(), Tree_Next(), and Tree_Search().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 6 17:03:19 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6