#include <ScheduleIteration.h>
Public Member Functions | |
| ScheduleIteration (ScheduleID::size_type const n) | |
| ScheduleIteration (ScheduleID const begin, ScheduleID const end) | |
| template<typename F > | |
| void | for_each_schedule (F f) const |
Private Attributes | |
| ScheduleID | begin_ {ScheduleID::first()} |
| ScheduleID | end_ |
Definition at line 25 of file ScheduleIteration.h.
|
inlineexplicit |
Definition at line 27 of file ScheduleIteration.h.
|
inlineexplicit |
Definition at line 28 of file ScheduleIteration.h.
|
inline |
Definition at line 33 of file ScheduleIteration.h.
|
private |
Definition at line 41 of file ScheduleIteration.h.
|
private |
Definition at line 42 of file ScheduleIteration.h.
1.8.11