frepple::SetupMatrix::RuleIterator Class Reference

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

#include <model.h>

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

Constructor & Destructor Documentation

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

Constructor.

Definition at line 3683 of file model.h.

Member Function Documentation

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

Definition at line 3684 of file model.h.

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

Definition at line 3697 of file model.h.

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

Definition at line 3688 of file model.h.

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

Definition at line 3690 of file model.h.

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

Definition at line 3692 of file model.h.

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

Definition at line 3694 of file model.h.

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

Definition at line 3696 of file model.h.

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

Definition at line 3686 of file model.h.


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