Public Member Functions | Private Attributes

OA::CFG::CFG::NodeLabelListIterator Class Reference

#include <CFG.hpp>

List of all members.

Public Member Functions

 NodeLabelListIterator (NodeLabelList &nl)
 ~NodeLabelListIterator ()
void operator++ ()
void operator++ (int)
bool isValid () const
NodeLabel current () const

Private Attributes

NodeLabelListmList
std::list< NodeLabel >::iterator mIter

Detailed Description

An iterator over a list of Node labels. and an expression for each node?

Definition at line 527 of file CFG.hpp.


Constructor & Destructor Documentation

OA::CFG::CFG::NodeLabelListIterator::NodeLabelListIterator ( NodeLabelList nl  )  [inline]

Definition at line 529 of file CFG.hpp.

OA::CFG::CFG::NodeLabelListIterator::~NodeLabelListIterator (  )  [inline]

Definition at line 531 of file CFG.hpp.


Member Function Documentation

CFG::NodeLabel OA::CFG::CFG::NodeLabelListIterator::current (  )  const
bool OA::CFG::CFG::NodeLabelListIterator::isValid (  )  const
void OA::CFG::CFG::NodeLabelListIterator::operator++ (  ) 

Definition at line 653 of file CFG.cpp.

void OA::CFG::CFG::NodeLabelListIterator::operator++ ( int   ) 

Definition at line 658 of file CFG.cpp.


Member Data Documentation

std::list<NodeLabel>::iterator OA::CFG::CFG::NodeLabelListIterator::mIter [private]

Definition at line 538 of file CFG.hpp.

Definition at line 537 of file CFG.hpp.


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