frepple::SetupMatrix::RuleIterator Class Reference

An iterator class to go through all rules of a setup matrix. More...

#include <model.h>

List of all members.

Public Member Functions

bool operator!= (const RuleIterator &b) const
Ruleoperator* () const
RuleIteratoroperator++ ()
RuleIterator operator++ (int)
RuleIteratoroperator-- ()
RuleIterator operator-- (int)
Ruleoperator-> () const
bool operator== (const RuleIterator &b) const
 RuleIterator (Rule *c=NULL)

Detailed Description

An iterator class to go through all rules of a setup matrix.

Definition at line 3877 of file model.h.


Constructor & Destructor Documentation

frepple::SetupMatrix::RuleIterator::RuleIterator ( Rule c = NULL) [inline]

Constructor.

Definition at line 3883 of file model.h.


Member Function Documentation

bool frepple::SetupMatrix::RuleIterator::operator!= ( const RuleIterator b) const [inline]

Definition at line 3884 of file model.h.

Rule& frepple::SetupMatrix::RuleIterator::operator* ( ) const [inline]

Definition at line 3897 of file model.h.

RuleIterator& frepple::SetupMatrix::RuleIterator::operator++ ( ) [inline]

Definition at line 3888 of file model.h.

RuleIterator frepple::SetupMatrix::RuleIterator::operator++ ( int  ) [inline]

Definition at line 3890 of file model.h.

RuleIterator& frepple::SetupMatrix::RuleIterator::operator-- ( ) [inline]

Definition at line 3892 of file model.h.

RuleIterator frepple::SetupMatrix::RuleIterator::operator-- ( int  ) [inline]

Definition at line 3894 of file model.h.

Rule* frepple::SetupMatrix::RuleIterator::operator-> ( ) const [inline]

Definition at line 3896 of file model.h.

bool frepple::SetupMatrix::RuleIterator::operator== ( const RuleIterator b) const [inline]

Definition at line 3886 of file model.h.


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

Documentation generated for frePPLe by  doxygen