◆ Task() [1/4]
timepoint_t _end
Definition TaskScheduler.h:69
task_handler_t _task
Definition TaskScheduler.h:73
repeated_t _repeated
Definition TaskScheduler.h:72
std::optional< group_t > _group
Definition TaskScheduler.h:71
duration_t _duration
Definition TaskScheduler.h:70
◆ 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 |
96 {
97 return _end < other._end;
98 }
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 |
107 {
108 return _end == other._end;
109 }
References _end.
◆ operator>()
bool TaskScheduler::Task::operator> |
( |
Task const & |
other | ) |
const |
|
inline |
101 {
102 return _end > other._end;
103 }
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: