TrinityCore
TaskScheduler::Task Member List

This is the complete list of members for TaskScheduler::Task, including all inherited members.

_durationTaskScheduler::Taskprivate
_endTaskScheduler::Taskprivate
_groupTaskScheduler::Taskprivate
_repeatedTaskScheduler::Taskprivate
_taskTaskScheduler::Taskprivate
IsInGroup(group_t const group) constTaskScheduler::Taskinline
operator<=>(Task const &other) constTaskScheduler::Taskinline
operator=(Task const &)=defaultTaskScheduler::Task
operator=(Task &&right)=deleteTaskScheduler::Task
operator==(Task const &other) constTaskScheduler::Taskinline
Task(timepoint_t end, duration_t duration, Optional< group_t > group, repeated_t const repeated, task_handler_t task)TaskScheduler::Taskinline
Task(timepoint_t end, duration_t duration, task_handler_t task)TaskScheduler::Taskinline
Task(Task const &)=deleteTaskScheduler::Task
Task(Task &&)=deleteTaskScheduler::Task
TaskContextTaskScheduler::Taskfriend
TaskSchedulerTaskScheduler::Taskfriend
~Task()=defaultTaskScheduler::Task