Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CThreadWin32 Class Reference

CThreadWin32. More...

#include <ThreadWin32.h>

Inheritance diagram for CThreadWin32:

IThread List of all members.

Public Member Functions

void Init (CGenericTask *pTask)
 Init.
void Run ()
 Run.
void Sleep (uint32 msec)
 Sleep.

Static Protected Member Functions

static void EntryPoint (void *p)
 EntryPoint.

Detailed Description

CThreadWin32.

Description: A Windows specific thread class.

Limitations: Only runs on Win32 systems.


Member Function Documentation

void CThreadWin32::EntryPoint void *  p  )  [static, protected]
 

EntryPoint.

Description: The function that is the entry point for the thread.

Parameters:
p is a pointer to the thread object to run.
Returns:
void
Limitations: NONE

void CThreadWin32::Init CGenericTask p  )  [virtual]
 

Init.

Description: The function that gets to initialize the thread.

Limitations: NONE

Implements IThread.

void CThreadWin32::Run  )  [virtual]
 

Run.

Description: The function that starts the thread.

Returns:
void
Limitations: NONE

Implements IThread.

void CThreadWin32::Sleep uint32  msec  )  [virtual]
 

Sleep.

Description: Will make this thread sleep for msec milliseconds.

Parameters:
msec is the number of milliseconds for this thread to sleep.
Returns:
void
Limitations: None

Implements IThread.


The documentation for this class was generated from the following files:
Copyright (c) 2005 Matt Bruns, Pat Hammond, Kevin Markussen, Travis Service, Brain Shaver

SourceForge.net Logo