DCMTK  Version 3.6.1 20131114
OFFIS DICOM Toolkit
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
dcmtk::log4cplus::thread::AbstractThread Class Referenceabstract

There are many cross-platform C++ Threading libraries. More...

+ Inheritance diagram for dcmtk::log4cplus::thread::AbstractThread:
+ Collaboration diagram for dcmtk::log4cplus::thread::AbstractThread:

Public Member Functions

bool isRunning () const
 
virtual void start ()
 
void join () const
 
virtual void run ()=0
 
- Public Member Functions inherited from dcmtk::log4cplus::helpers::SharedObject
void addReference () const
 
void removeReference () const
 

Private Member Functions

 AbstractThread (const AbstractThread &)
 
AbstractThreadoperator= (const AbstractThread &)
 

Private Attributes

helpers::SharedObjectPtr
< ThreadImplBase
thread
 

Additional Inherited Members

- Public Attributes inherited from dcmtk::log4cplus::helpers::SharedObject
thread::Mutex access_mutex
 
- Protected Member Functions inherited from dcmtk::log4cplus::helpers::SharedObject
 SharedObject (const SharedObject &)
 
SharedObjectoperator= (const SharedObject &)
 

Detailed Description

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.


The documentation for this class was generated from the following file:


Generated on Tue Nov 26 2013 for DCMTK Version 3.6.1 20131114 by Doxygen 1.8.5