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 | |
Node * | current |
NodeList * | next |
Constructor & Destructor Documentation
ell::LT_BarrierTree::NodeList::~NodeList | ( | ) |
destruction
Member Function Documentation
adds the node toAdd to this list
static void ell::LT_BarrierTree::NodeList::remFromList | ( | NodeList *& | listHead, | |
const Node * | toRem | |||
) | [static] |
Field Documentation
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:
- src/ell/LT_BarrierTree.hh