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

ell::LT_BarrierTree::StateList Class Reference

#include <LT_BarrierTree.hh>


Detailed Description

Definition at line 115 of file LT_BarrierTree.hh.

Public Member Functions

 StateList (State *current, StateList *next)
 ~StateList ()

Static Public Member Functions

static void addToList (StateList *&list, State *toAdd)

Data Fields

Statecurrent
StateListnext


Constructor & Destructor Documentation

ell::LT_BarrierTree::StateList::StateList ( State current,
StateList next 
)

construction

ell::LT_BarrierTree::StateList::~StateList (  ) 

destruction


Member Function Documentation

static void ell::LT_BarrierTree::StateList::addToList ( StateList *&  list,
State toAdd 
) [static]

adds the State toAdd to this list


Field Documentation

the currently accessed State of the list

Definition at line 118 of file LT_BarrierTree.hh.

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

Definition at line 121 of file LT_BarrierTree.hh.


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