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