tbb::task_list Class Reference
A list of children.
More...
#include <task.h>
Inherits tbb::internal::no_copy.
Inheritance diagram for tbb::task_list:
[legend]List of all members.
|
Public Member Functions |
| task_list () |
| Construct empty list.
|
| ~task_list () |
| Destroys the list, but does not destroy the task objects.
|
bool | empty () const |
| True if list if empty; false otherwise.
|
void | push_back (task &task) |
| Push task onto back of list.
|
task & | pop_front () |
| Pop the front task from the list.
|
void | clear () |
| Clear the list.
|
Friends |
class | task |
Detailed Description
A list of children.
Used for method task::spawn_children
The documentation for this class was generated from the following file:
Copyright © 2005-2008 Intel Corporation. All Rights Reserved.
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
* Other names and brands may be claimed as the property of others.