◆ Task() [1/4]
timepoint_t _end
Definition TaskScheduler.h:70
task_handler_t _task
Definition TaskScheduler.h:74
repeated_t _repeated
Definition TaskScheduler.h:73
std::optional< group_t > _group
Definition TaskScheduler.h:72
duration_t _duration
Definition TaskScheduler.h:71
◆ Task() [2/4]
◆ Task() [3/4]
| TaskScheduler::Task::Task |
( |
Task const & |
| ) |
|
|
delete |
◆ Task() [4/4]
| TaskScheduler::Task::Task |
( |
Task && |
| ) |
|
|
delete |
◆ IsInGroup()
| bool TaskScheduler::Task::IsInGroup |
( |
group_t const |
group | ) |
const |
|
inline |
◆ operator<()
| bool TaskScheduler::Task::operator< |
( |
Task const & |
other | ) |
const |
|
inline |
97 {
98 return _end < other._end;
99 }
References _end.
◆ operator=() [1/2]
| Task & TaskScheduler::Task::operator= |
( |
Task && |
right | ) |
|
|
delete |
◆ operator=() [2/2]
| Task & TaskScheduler::Task::operator= |
( |
Task const & |
| ) |
|
|
default |
◆ operator==()
| bool TaskScheduler::Task::operator== |
( |
Task const & |
other | ) |
|
|
inline |
108 {
109 return _end == other._end;
110 }
References _end.
◆ operator>()
| bool TaskScheduler::Task::operator> |
( |
Task const & |
other | ) |
const |
|
inline |
102 {
103 return _end > other._end;
104 }
References _end.
◆ TaskContext
◆ TaskScheduler
◆ _duration
◆ _end
◆ _group
| std::optional<group_t> TaskScheduler::Task::_group |
|
private |
◆ _repeated
◆ _task
The documentation for this class was generated from the following file: