TC::MT::ThreadObject Class Reference
[Multithreading]

Base class of object which are executed by a TCMT::Thread When the thread gets started it executes the methode ThreadObject::Run. More...

#include <TCMTThreadObject.h>

Inheritance diagram for TC::MT::ThreadObject:

Inheritance graph
[legend]
Collaboration diagram for TC::MT::ThreadObject:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual bool Run ()=0
 Needs to be implemented in a derived class Gets executed when the thread gets started.
virtual ~ThreadObject ()


Detailed Description

Base class of object which are executed by a TCMT::Thread When the thread gets started it executes the methode ThreadObject::Run.

Definition at line 61 of file TCMTThreadObject.h.


Constructor & Destructor Documentation

virtual TC::MT::ThreadObject::~ThreadObject (  )  [inline, virtual]

Definition at line 70 of file TCMTThreadObject.h.


Member Function Documentation

virtual bool TC::MT::ThreadObject::Run (  )  [pure virtual]

Needs to be implemented in a derived class Gets executed when the thread gets started.


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

Copyright (c) Thomas Goessler 2003 - 2008