log4cplus  1.1.0
Public Member Functions | Protected Member Functions
log4cplus::thread::AbstractThread Class Reference

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

#include <threads.h>

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

List of all members.

Public Member Functions

 AbstractThread ()
bool isRunning () const
virtual void start ()
void join () const
virtual void run ()=0

Protected Member Functions

virtual ~AbstractThread ()

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 62 of file threads.h.


Constructor & Destructor Documentation

virtual log4cplus::thread::AbstractThread::~AbstractThread ( ) [protected, virtual]

Member Function Documentation

virtual void log4cplus::thread::AbstractThread::run ( ) [pure virtual]
virtual void log4cplus::thread::AbstractThread::start ( ) [virtual]

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