N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

AVL_node< Key > Class Template Reference

#include <avl.h>

List of all members.

Public Member Functions

 AVL_node ()
 AVL_node (Comparable< Key > *e)
 ~AVL_node ()
Comparable< Key > * elt ()
AVL_nodeget_next ()
unsigned int get_height ()

Friends

class AVL_tree< Key >


Detailed Description

template<class Key>
class AVL_node< Key >

Definition at line 46 of file avl.h.


Constructor & Destructor Documentation

template<class Key>
AVL_node< Key >::AVL_node  ) 
 

Definition at line 55 of file avl.h.

template<class Key>
AVL_node< Key >::AVL_node Comparable< Key > *  e  ) 
 

Definition at line 56 of file avl.h.

template<class Key>
AVL_node< Key >::~AVL_node  ) 
 

Definition at line 60 of file avl.h.


Member Function Documentation

template<class Key>
Comparable<Key>* AVL_node< Key >::elt  ) 
 

Definition at line 65 of file avl.h.

Referenced by AVL_tree< unsigned long >::burn(), Configuration::cfg_to_xml(), checkpoint(), Network_graph::Network_graph(), Configuration::on_start_element(), and Source_node_graph::Source_node_graph().

template<class Key>
unsigned int AVL_node< Key >::get_height  ) 
 

Definition at line 67 of file avl.h.

template<class Key>
AVL_node* AVL_node< Key >::get_next  ) 
 

Definition at line 66 of file avl.h.

Referenced by Configuration::cfg_to_xml(), Network_graph::Network_graph(), Configuration::on_start_element(), and Source_node_graph::Source_node_graph().


Friends And Related Function Documentation

template<class Key>
friend class AVL_tree< Key > [friend]
 

Definition at line 52 of file avl.h.


The documentation for this class was generated from the following file:
  • /home/brennan/n-sim/OrbisQuartus/shared/avl.h


© 2007, Los Alamos National Security, LLC.