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 3592 of file model.h.


Constructor & Destructor Documentation

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

Constructor.

Definition at line 3598 of file model.h.


Member Function Documentation

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

Definition at line 3599 of file model.h.

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

Definition at line 3612 of file model.h.

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

Definition at line 3603 of file model.h.

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

Definition at line 3605 of file model.h.

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

Definition at line 3607 of file model.h.

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

Definition at line 3609 of file model.h.

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

Definition at line 3611 of file model.h.

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

Definition at line 3601 of file model.h.


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