PThreadMain1Arg< Arg1Type > Class Template Reference

#include <thread.h>

Inheritance diagram for PThreadMain1Arg< Arg1Type >:

PThread PObject

List of all members.

Public Member Functions

 PThreadMain1Arg (Arg1Type _arg1, BOOL autoDelete=FALSE)
virtual void Main ()

Protected Attributes

Arg1Type arg1

template<class Arg1Type>
class PThreadMain1Arg< Arg1Type >


Constructor & Destructor Documentation

template<class Arg1Type>
PThreadMain1Arg< Arg1Type >::PThreadMain1Arg ( Arg1Type  _arg1,
BOOL  autoDelete = FALSE 
) [inline]

References PThread::Resume().


Member Function Documentation

template<class Arg1Type>
virtual void PThreadMain1Arg< Arg1Type >::Main (  )  [virtual]

User override function for the main execution routine of the thread. A descendent class must provide the code that will be executed in the thread within this function.

Note that the correct way for a thread to terminate is to return from this function.

Implements PThread.


Member Data Documentation

template<class Arg1Type>
Arg1Type PThreadMain1Arg< Arg1Type >::arg1 [protected]


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

Generated on Fri Feb 29 13:37:14 2008 for PWLib by  doxygen 1.5.5