#include <Thread.H>
Public Types | |
| enum | DetachState { Joinable, Detached } |
Public Member Functions | |
| FunctionThread (Thread_Function func_, void *arg_=0, DetachState=Joinable, int stacksize=0) | |
| ~FunctionThread () | |
| void * | join () const |
| void | detach () const |
Protected Attributes | |
| Implementation * | m_impl |
| FunctionThread::FunctionThread | ( | Thread_Function | func_, | |
| void * | arg_ = 0, |
|||
| DetachState | st = Joinable, |
|||
| int | stacksize = 0 | |||
| ) |
| FunctionThread::~FunctionThread | ( | ) |
References detach().
| void * FunctionThread::join | ( | ) | const |
| void FunctionThread::detach | ( | ) | const |
Referenced by ~FunctionThread().
Implementation* FunctionThread::m_impl [protected] |
1.5.5