Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
Thread Class Referenceabstract

#include <Threads.h>

+ Inheritance diagram for Thread:

Public Member Functions

 Thread ()
 
virtual ~Thread ()
 
virtual bool run ()
 
void close ()
 
bool has_closed ()
 
virtual int thread_main ()=0
 

Protected Member Functions

void ready ()
 
void error ()
 
bool check (DWORD dwSleep=0)
 

Constructor & Destructor Documentation

Thread::Thread ( )
Thread::~Thread ( )
virtual

Member Function Documentation

bool Thread::check ( DWORD  dwSleep = 0)
protected
void Thread::close ( )
void Thread::error ( )
protected
bool Thread::has_closed ( )
void Thread::ready ( )
protected
bool Thread::run ( )
virtual

Reimplemented in PhasorThread.

virtual int Thread::thread_main ( )
pure virtual

Implemented in PhasorThread.


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