DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
There are many cross-platform C++ Threading libraries. More...
Public Member Functions | |
bool | isRunning () const |
DCMTK_LOG4CPLUS_THREAD_KEY_TYPE | getThreadId () const |
DCMTK_LOG4CPLUS_THREAD_HANDLE_TYPE | getThreadHandle () const |
virtual void | start () |
void | join () const |
Protected Member Functions | |
virtual void | run ()=0 |
Private Member Functions | |
AbstractThread (const AbstractThread &) | |
AbstractThread & | operator= (const AbstractThread &) |
Private Attributes | |
bool | running |
Friends | |
struct | ThreadStart |
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.