Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Thread Class Reference

A simple class to encapsulate threads so that they can be used independently of the platform. More...

#include <Thread.h>

Inheritance diagram for Thread

Inheritance graph
[legend]
Collaboration diagram for Thread:

Collaboration graph
[legend]
List of all members.

Public Methods

 Thread ()
virtual ~Thread ()
bool Start ()
bool WaitForExit ()
virtual void Run () = 0

Detailed Description

A simple class to encapsulate threads so that they can be used independently of the platform.

At the moment only pthreads and Windows threads are supported.

This class is abstract and needs to be subclassed.


The documentation for this class was generated from the following files:
Generated at Mon Nov 27 01:47:20 2000 for LibPenguinPlay by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000