#include <RangeIterator.h>
Public Member Functions | |
| RangeIterator () | |
| Iterable * | GetIterable (const std::string &name) |
| int | GetTotalIterations () |
| int | GetIteration () |
| void | AddRange (const std::string &name, const std::string &range) |
| void | SetIteration (int iteration) |
| set a position in the search i.e. | |
| void | GetParameters (PropertySet *properties) |
| void | Next () |
| bool | IsDone () |
Private Member Functions | |
| void | InitialiseDistribution (int thisCpu, int nrCpus) |
Private Attributes | |
| int | mCurrentIteration |
| int | mLastIteration |
| bool | mDone |
| std::vector< Iterable * > | mRanges |
| ILOG_VAR_DEC | |
Definition at line 11 of file RangeIterator.h.
1.5.1