![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
This is the complete list of members for TaskScheduler::Task, including all inherited members.
| _duration | TaskScheduler::Task | private |
| _end | TaskScheduler::Task | private |
| _group | TaskScheduler::Task | private |
| _repeated | TaskScheduler::Task | private |
| _task | TaskScheduler::Task | private |
| IsInGroup(group_t const group) const | TaskScheduler::Task | inline |
| operator<(Task const &other) const | TaskScheduler::Task | inline |
| operator=(Task const &)=default | TaskScheduler::Task | |
| operator=(Task &&right)=delete | TaskScheduler::Task | |
| operator==(Task const &other) | TaskScheduler::Task | inline |
| operator>(Task const &other) const | TaskScheduler::Task | inline |
| Task(timepoint_t const &end, duration_t const &duration, std::optional< group_t > const &group, repeated_t const repeated, task_handler_t const &task) | TaskScheduler::Task | inline |
| Task(timepoint_t const &end, duration_t const &duration, task_handler_t const &task) | TaskScheduler::Task | inline |
| Task(Task const &)=delete | TaskScheduler::Task | |
| Task(Task &&)=delete | TaskScheduler::Task | |
| TaskContext | TaskScheduler::Task | friend |
| TaskScheduler | TaskScheduler::Task | friend |