DCMTK
Version 3.6.1 20131114
OFFIS DICOM Toolkit
|
There are many cross-platform C++ Threading libraries. More...
Public Member Functions | |
bool | isRunning () const |
virtual void | start () |
void | join () const |
virtual void | run ()=0 |
![]() | |
void | addReference () const |
void | removeReference () const |
Private Member Functions | |
AbstractThread (const AbstractThread &) | |
AbstractThread & | operator= (const AbstractThread &) |
Private Attributes | |
helpers::SharedObjectPtr < ThreadImplBase > | thread |
Additional Inherited Members | |
![]() | |
thread::Mutex | access_mutex |
![]() | |
SharedObject (const SharedObject &) | |
SharedObject & | operator= (const SharedObject &) |
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.