Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ProxyTree Class Reference

#include <ProxyMgr.h>

List of all members.

Public Member Functions

 ProxyTree ()
 ~ProxyTree ()

Public Attributes

int proxyMsgCount
NodeIDListproxylist
NodeIDListtrees
int * sizes


Constructor & Destructor Documentation

ProxyTree::ProxyTree  )  [inline]
 

Definition at line 206 of file ProxyMgr.h.

00206                 {
00207       proxyMsgCount = 0;
00208       proxylist = NULL;
00209 #ifdef NODEAWARE_PROXY_SPANNINGTREE
00210       naTrees = NULL;
00211 #else
00212       trees = NULL;
00213       sizes = NULL;
00214 #endif      
00215     }

ProxyTree::~ProxyTree  )  [inline]
 

Definition at line 216 of file ProxyMgr.h.

00216                  {
00217     }


Member Data Documentation

NodeIDList* ProxyTree::proxylist
 

Definition at line 195 of file ProxyMgr.h.

Referenced by ProxyMgr::buildSpanningTree0(), Rebalancer::createSpanningTree(), Rebalancer::decrSTLoad(), Rebalancer::incrSTLoad(), ProxyMgr::recvProxies(), and ProxyMgr::sendSpanningTrees().

int ProxyTree::proxyMsgCount
 

Definition at line 194 of file ProxyMgr.h.

Referenced by ProxyMgr::recvProxies().

int* ProxyTree::sizes
 

Definition at line 202 of file ProxyMgr.h.

Referenced by ProxyMgr::buildSpanningTree0(), and Rebalancer::createSpanningTree().

NodeIDList* ProxyTree::trees
 

Definition at line 201 of file ProxyMgr.h.

Referenced by ProxyMgr::buildSpanningTree0(), and ProxyMgr::sendSpanningTrees().


The documentation for this class was generated from the following file:
Generated on Sat Sep 6 04:07:46 2008 for NAMD by  doxygen 1.3.9.1