#include <cppthread.h>
Public Attributes | |
| threadProcess | process |
| void * | args |
| bool | running |
| bool | finished |
Definition at line 36 of file cppthread.h.
| void* threadInfos::args |
Definition at line 38 of file cppthread.h.
Referenced by CPPThread::exec(), and CPPThread::threadStartup().
Definition at line 40 of file cppthread.h.
Referenced by CPPThread::CPPThread(), CPPThread::isFinished(), and CPPThread::threadStartup().
Definition at line 37 of file cppthread.h.
Referenced by CPPThread::exec(), and CPPThread::threadStartup().
| bool threadInfos::running |
Definition at line 39 of file cppthread.h.
Referenced by CPPThread::CPPThread(), CPPThread::isRunning(), CPPThread::terminate(), and CPPThread::threadStartup().
1.5.8