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