ell::LT_BarrierTree::Node Class Reference
#include <LT_BarrierTree.hh>
Detailed Description
Represents a node in the barrier tree that can store a list of States that are either barriers (internal nodes) or minima (leaves).
Definition at line 71 of file LT_BarrierTree.hh.
Public Member Functions | |
Node (Node *parent, NodeList *children, StateList *content, const bool isRoot=false) | |
~Node () | |
Data Fields | |
NodeList * | children |
StateList * | content |
Node * | parent |
Constructor & Destructor Documentation
ell::LT_BarrierTree::Node::Node | ( | Node * | parent, | |
NodeList * | children, | |||
StateList * | content, | |||
const bool | isRoot = false | |||
) |
construction
ell::LT_BarrierTree::Node::~Node | ( | ) |
destruction
Field Documentation
the list of child nodes or NULL in case of leave nodes
Definition at line 76 of file LT_BarrierTree.hh.
the parent node in the tree or NULL in case of the root node
Definition at line 74 of file LT_BarrierTree.hh.
The documentation for this class was generated from the following file:
- src/ell/LT_BarrierTree.hh