TestThread::Thread1 Class Reference

#include <thread.test.h>

Inheritance diagram for TestThread::Thread1:
[legend]
Collaboration diagram for TestThread::Thread1:
[legend]

List of all members.

Public Member Functions

 Thread1 (int &res, int val)

Protected Member Functions

void * main ()
 Main thread function, executed in the new thread after creation.

Protected Attributes

int & res
int val


Constructor & Destructor Documentation

TestThread::Thread1::Thread1 ( int &  res,
int  val 
) [inline]


Member Function Documentation

void* TestThread::Thread1::main (  )  [inline, protected, virtual]

Main thread function, executed in the new thread after creation.

When main() exits, the new thread ends and main() result will be the thread exit result

Implements wibble::sys::Thread.

References res, and val.


Member Data Documentation

int& TestThread::Thread1::res [protected]

Referenced by main().

int TestThread::Thread1::val [protected]

Referenced by main().


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

Generated on Wed Aug 20 11:02:29 2008 for wibble by  doxygen 1.5.6