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


Constructor & Destructor Documentation

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

Constructor.

Definition at line 3868 of file model.h.


Member Function Documentation

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

Definition at line 3869 of file model.h.

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

Definition at line 3882 of file model.h.

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

Definition at line 3873 of file model.h.

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

Definition at line 3875 of file model.h.

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

Definition at line 3877 of file model.h.

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

Definition at line 3879 of file model.h.

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

Definition at line 3881 of file model.h.

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

Definition at line 3871 of file model.h.


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

Documentation generated for frePPLe by  doxygen