
Class to iterate over propagators in a group. More...
#include <core.hpp>
Public Member Functions | |
| Propagators (Space &home, PropagatorGroup g) | |
| 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... | |
|
inline |
|
inline |
|
inline |
|
inline |