|
OFFIS DCMTK
Version 3.6.0
|
There are many cross-platform C++ Threading libraries. More...
Public Member Functions | |
| bool | isRunning () const |
| LOG4CPLUS_THREAD_KEY_TYPE | getThreadId () const |
| LOG4CPLUS_THREAD_HANDLE_TYPE | getThreadHandle () const |
| virtual void | start () |
| void | join () const |
Public Member Functions inherited from log4cplus::helpers::SharedObject | |
| void | addReference () const |
| void | removeReference () const |
Protected Member Functions | |
| virtual void | run ()=0 |
Protected Member Functions inherited from log4cplus::helpers::SharedObject | |
| SharedObject (const SharedObject &) | |
| SharedObject & | operator= (const SharedObject &) |
Private Member Functions | |
| AbstractThread (const AbstractThread &) | |
| AbstractThread & | operator= (const AbstractThread &) |
Private Attributes | |
| bool | running |
Friends | |
| struct | ThreadStart |
Additional Inherited Members | |
Public Attributes inherited from log4cplus::helpers::SharedObject | |
| LOG4CPLUS_MUTEX_PTR_DECLARE | access_mutex |
There are many cross-platform C++ Threading libraries.
The goal of this class is not to replace (or match in functionality) those libraries. The goal of this class is to provide a simple Threading class with basic functionality.