17 INLINE AsyncTaskCollection::
18 ~AsyncTaskCollection() {
void operator+=(const AsyncTaskCollection &other)
Appends the other list onto the end of this one.
A list of tasks, for instance as returned by some of the AsyncTaskManager query functions.
AsyncTaskCollection operator+(const AsyncTaskCollection &other) const
Returns a AsyncTaskCollection representing the concatenation of the two lists.
void add_tasks_from(const AsyncTaskCollection &other)
Adds all the AsyncTasks indicated in the other collection to this task.