OFFIS DCMTK  Version 3.6.0
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
log4cplus::thread::AbstractThread Class Reference

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

Inheritance diagram for log4cplus::thread::AbstractThread:
[legend]
Collaboration diagram for log4cplus::thread::AbstractThread:
[legend]

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 &)
SharedObjectoperator= (const SharedObject &)

Private Member Functions

 AbstractThread (const AbstractThread &)
AbstractThreadoperator= (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

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.

Definition at line 76 of file threads.h.


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


Generated on Tue Sep 4 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.1.2