|
HDK
|
#include <IlmThreadPool.h>
Public Member Functions | |
| ILMTHREAD_EXPORT | TaskGroup () |
| ILMTHREAD_EXPORT | ~TaskGroup () |
| TaskGroup (const TaskGroup &other)=delete | |
| TaskGroup & | operator= (const TaskGroup &other)=delete |
| TaskGroup (TaskGroup &&other)=delete | |
| TaskGroup & | operator= (TaskGroup &&other)=delete |
| ILMTHREAD_EXPORT void | finishOneTask () |
Public Attributes | |
| struct ILMTHREAD_HIDDEN | Data |
| Data *const | _data |
Definition at line 173 of file IlmThreadPool.h.
| ILMTHREAD_EXPORT TaskGroup::TaskGroup | ( | ) |
| ILMTHREAD_EXPORT TaskGroup::~TaskGroup | ( | ) |
|
delete |
|
delete |
| ILMTHREAD_EXPORT void TaskGroup::finishOneTask | ( | ) |
| Data* const TaskGroup::_data |
Definition at line 190 of file IlmThreadPool.h.
| struct ILMTHREAD_HIDDEN TaskGroup::Data |
Definition at line 189 of file IlmThreadPool.h.