
Class to iterate over propagators of a space. More...
#include <core.hpp>
Public Member Functions | |
| Propagators (const Space &home) | |
| Initialize. | |
| bool | operator() (void) const |
| Test whether there are propagators left. | |
| void | operator++ (void) |
| Move iterator to next propagator. | |
| const Propagator & | propagator (void) const |
| Return propagator. | |
Class to iterate over propagators of a space.
Note that the iterator cannot be used during cloning.
| Gecode::Space::Propagators::Propagators | ( | const Space & | home | ) | [inline] |
| bool Gecode::Space::Propagators::operator() | ( | void | ) | const [inline] |
| void Gecode::Space::Propagators::operator++ | ( | void | ) | [inline] |
| const Propagator & Gecode::Space::Propagators::propagator | ( | void | ) | const [inline] |