MPMA::Thread Class Reference

Represents a thread. More...

#include <Thread.h>

List of all members.

Public Member Functions

 Thread (ThreadFunc proc, ThreadParam param)
 Construct a thread and start it.
 ~Thread ()
 When this object destructs, we block until the thread terminates (if it has not already done so).
void SetPriorityLow (bool isLowPriority)
 Toggles a thread between normal and low priority.
bool IsRunning () const
 Returns true if the thread is still running.
bool IsEnding () const
 Returns true if the thread has been asked to terminate. This is meant for use by the thread proc itself.


Detailed Description

Represents a thread.
The documentation for this class was generated from the following files:

Generated on Sat Aug 9 15:05:11 2008 for MPMA Framework by  doxygen 1.5.6