log4cplus
1.1.0
|
There are many cross-platform C++ Threading libraries. More...
#include <threads-impl.h>
Public Member Functions | |
Thread () | |
bool | isRunning () const |
os_id_type | getThreadId () const |
os_handle_type | getThreadHandle () const |
void | start () |
void | join () |
Protected Member Functions | |
virtual | ~Thread () |
virtual void | run ()=0 |
Friends | |
struct | ThreadStart |
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 112 of file threads-impl.h.
virtual log4cplus::thread::impl::Thread::~Thread | ( | ) | [protected, virtual] |
os_handle_type log4cplus::thread::impl::Thread::getThreadHandle | ( | ) | const |
os_id_type log4cplus::thread::impl::Thread::getThreadId | ( | ) | const |
bool log4cplus::thread::impl::Thread::isRunning | ( | ) | const |
virtual void log4cplus::thread::impl::Thread::run | ( | ) | [protected, pure virtual] |
friend struct ThreadStart [friend] |
Definition at line 130 of file threads-impl.h.