Generated on Tue Dec 16 13:34:50 2008 for ell-3.0.0 by doxygen 1.5.1

ell::LT_BarrierTree::NodeList Class Reference

#include <LT_BarrierTree.hh>


Detailed Description

Definition at line 90 of file LT_BarrierTree.hh.

Public Member Functions

 NodeList (Node *current, NodeList *next)
 ~NodeList ()

Static Public Member Functions

static void addToList (NodeList *&list, Node *toAdd)
static void remFromList (NodeList *&listHead, const Node *toRem)

Data Fields

Nodecurrent
NodeListnext


Constructor & Destructor Documentation

ell::LT_BarrierTree::NodeList::NodeList ( Node current,
NodeList next 
)

construction

ell::LT_BarrierTree::NodeList::~NodeList (  ) 

destruction


Member Function Documentation

static void ell::LT_BarrierTree::NodeList::addToList ( NodeList *&  list,
Node toAdd 
) [static]

adds the node toAdd to this list

static void ell::LT_BarrierTree::NodeList::remFromList ( NodeList *&  listHead,
const Node toRem 
) [static]


Field Documentation

the currently accessed node of the list

Definition at line 93 of file LT_BarrierTree.hh.

the successor of this node in the list or NULL if this is the end of the node list

Definition at line 96 of file LT_BarrierTree.hh.


The documentation for this class was generated from the following file: