◆ Task() [1/4]
123 _group(TaskScheduler::MakeUnique<group_t>(group)),
timepoint_t _end
Definition: TaskScheduler.hpp:111
task_handler_t _task
Definition: TaskScheduler.hpp:115
duration_calculator_t _duration_calculator
Definition: TaskScheduler.hpp:112
repeated_t _repeated
Definition: TaskScheduler.hpp:114
std::unique_ptr< group_t > _group
Definition: TaskScheduler.hpp:113
◆ 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 |
143 {
144 return _end < other._end;
145 }
References _end.
◆ operator=() [1/2]
Task & TaskScheduler::Task::operator= |
( |
Task && |
right | ) |
|
|
delete |
◆ operator=() [2/2]
Task & TaskScheduler::Task::operator= |
( |
Task const & |
| ) |
|
|
delete |
◆ operator==()
bool TaskScheduler::Task::operator== |
( |
Task const & |
other | ) |
|
|
inline |
154 {
155 return _end == other._end;
156 }
References _end.
◆ operator>()
bool TaskScheduler::Task::operator> |
( |
Task const & |
other | ) |
const |
|
inline |
148 {
149 return _end > other._end;
150 }
References _end.
◆ TaskContext
◆ TaskScheduler
◆ _duration_calculator
◆ _end
◆ _group
std::unique_ptr<group_t> TaskScheduler::Task::_group |
|
private |
◆ _repeated
◆ _task
The documentation for this class was generated from the following file: