N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

avlnode Struct Reference

#include <avl.h>

List of all members.

Public Attributes

void * element
unsigned long key
avlnodeleft
avlnoderight
avlnodenext
avlnodeprev
unsigned int height
void * element
avlnodeleft
avlnoderight
avlnodenext
avlnodeprev


Detailed Description

Definition at line 40 of file avl.h.


Member Data Documentation

void* avlnode::element
 

Definition at line 42 of file avl.h.

void* avlnode::element
 

Definition at line 41 of file avl.h.

Referenced by avl_retrieve(), empty_msgs(), iterate_entries(), reliable_net(), shutdown_simulator_iface(), and sim_if_service().

unsigned int avlnode::height
 

Definition at line 45 of file avl.h.

unsigned long avlnode::key
 

Definition at line 42 of file avl.h.

Referenced by avl_find(), and avl_print_list().

struct avlnode* avlnode::left
 

Definition at line 44 of file avl.h.

struct avlnode* avlnode::left
 

Definition at line 43 of file avl.h.

Referenced by avl_find(), avl_find_min(), and destroy_avltree().

struct avlnode* avlnode::next
 

Definition at line 45 of file avl.h.

struct avlnode* avlnode::next
 

Definition at line 44 of file avl.h.

Referenced by avl_print_list(), avl_size(), empty_msgs(), iterate_entries(), and sim_if_service().

struct avlnode * avlnode::prev
 

Definition at line 45 of file avl.h.

struct avlnode * avlnode::prev
 

Definition at line 44 of file avl.h.

struct avlnode * avlnode::right
 

Definition at line 44 of file avl.h.

struct avlnode * avlnode::right
 

Definition at line 43 of file avl.h.

Referenced by avl_find(), avl_find_max(), and destroy_avltree().


The documentation for this struct was generated from the following files:
  • /home/brennan/n-sim/OrbisQuartus/server/xen/backend/avl.h
  • /home/brennan/n-sim/Vaike/linux/system-addons/networking/avl.h


© 2007, Los Alamos National Security, LLC.