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 |
Rule & | operator* () const |
RuleIterator & | operator++ () |
RuleIterator | operator++ (int) |
RuleIterator & | operator-- () |
RuleIterator | operator-- (int) |
Rule * | operator-> () const |
bool | operator== (const RuleIterator &b) const |
RuleIterator (Rule *c=NULL) | |
An iterator class to go through all rules of a setup matrix.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |