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
[legend]Collaboration diagram for Thread:
[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:
- /home/pcburns/c/penguinsound/include/PenguinSound/Thread.h
- /home/pcburns/c/penguinsound/src/PenguinSound/Thread.cpp
Generated at Mon Nov 27 01:47:20 2000 for LibPenguinPlay by
1.2.3 written by Dimitri van Heesch,
© 1997-2000