Home C-Bits Package Documentation Project Page

Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

cbits::Runnable Class Reference

Thread client execution object. More...

#include <Runnable.h>

Inheritance diagram for cbits::Runnable:

[legend]
List of all members.

Public Methods

virtual void run (void)=0
 The cbits::Thread entry point into client-defined code. More...


Detailed Description

Thread client execution object.

An instance of this class must be supplied to a Thread object instance for execution.

To execute user code in a Thread object:


Member Function Documentation

virtual void cbits::Runnable::run void    [pure virtual]
 

The cbits::Thread entry point into client-defined code.

The cbits::Thread object will begin execution of the concrete Runnable instance by calling this method.

When the run method exits, the cbits::Thread instance wil die.

Implemented in cbits::CallbackTimer.


The documentation for this class was generated from the following file:
Generated by
doxygen
Hosted by
SourceForge