Scale Stack 0.3 Developer Documentation

scalestack::threading::test::thread Class Reference

#include <thread.h>

Inheritance diagram for scalestack::threading::test::thread:
scalestack::threading::thread

Public Member Functions

 thread (kernel::module &module)
void run (void)

Private Member Functions

 thread (const thread &)
threadoperator= (const thread &)

Detailed Description

Definition at line 36 of file thread.h.


Constructor & Destructor Documentation

scalestack::threading::test::thread::thread ( kernel::module module  )  [inline]

This doesn't actually start the thread, derived classes must call start() when the underlying thread should be created. If this did start the thread, the run() method would most likely be started before the derived class was fully constructed.

Parameters:
[in] module Module that the thread is associated with.

Reimplemented from scalestack::threading::thread.

Definition at line 61 of file thread.h.

scalestack::threading::test::thread::thread ( const thread  )  [private]

Don't allow copying of objects.


Member Function Documentation

void scalestack::threading::test::thread::run ( void   )  [inline, virtual]

Method that implements the body of the running thread.

Implements scalestack::threading::thread.

Definition at line 66 of file thread.h.

thread& scalestack::threading::test::thread::operator= ( const thread  )  [private]

Don't allow assignment of objects.


The documentation for this class was generated from the following file:
Generated on Thu Feb 17 13:10:23 2011 by  doxygen 1.6.3