17INLINE AsyncTaskCollection::
18~AsyncTaskCollection() {
34operator + (
const AsyncTaskCollection &other)
const {
35 AsyncTaskCollection a(*
this);
AsyncTaskCollection operator+(const AsyncTaskCollection &other) const
Returns a AsyncTaskCollection representing the concatenation of the two lists.
void operator+=(const AsyncTaskCollection &other)
Appends the other list onto the end of this one.
void add_tasks_from(const AsyncTaskCollection &other)
Adds all the AsyncTasks indicated in the other collection to this task.