Darc Library  2012.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
darc::DC_Thread Class Reference

Wrapper class for windows threads. More...

#include <dc_thread.h>

Inheritance diagram for darc::DC_Thread:
darc::DC_IThread

List of all members.

Public Member Functions

 DC_Thread ()
virtual DCR start ()
 Starts the implemented run() method in a new thread.
virtual DCR synchronize ()
 Blocks until run() has finished.

Protected Member Functions

virtual void run (void *_pVoid)=0
 This method needs to be implemented by all sub class.

Detailed Description

Wrapper class for windows threads.


Constructor & Destructor Documentation


Member Function Documentation

virtual void darc::DC_Thread::run ( void *  _pVoid) [protected, pure virtual]

This method needs to be implemented by all sub class.

DCR darc::DC_Thread::start ( ) [virtual]

Starts the implemented run() method in a new thread.

Implements darc::DC_IThread.

virtual DCR darc::DC_Thread::synchronize ( ) [inline, virtual]

Blocks until run() has finished.

Implements darc::DC_IThread.


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