Inheritance diagram for log4cplus::thread::AbstractThread:
Public Member Functions | |
bool | isRunning () const |
LOG4CPLUS_THREAD_KEY_TYPE | getThreadId () const |
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 |
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.