Nektar++
|
#include <ElUtil.h>
Public Member Functions | |
ElUtilJob (ElUtil *e) | |
void | Run () |
Public Member Functions inherited from Nektar::Thread::ThreadJob | |
ThreadJob () | |
Base constructor. More... | |
virtual | ~ThreadJob () |
Base destructor. More... | |
void | SetWorkerNum (unsigned int num) |
Set number of worker threads. More... | |
Private Attributes | |
ElUtil * | el |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::Thread::ThreadJob | |
unsigned int | GetWorkerNum () |
|
inline |
|
inlinevirtual |
This method will be called when the task is loaded onto a worker thread and is ready to run. When Run has finished this instance will be destructed.
Implements Nektar::Thread::ThreadJob.
Definition at line 121 of file ElUtil.h.