2005/5/9

     
 

class MyThread

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

tests::acdk::lang::sys::MyThread Class Reference

Inheritance diagram for tests::acdk::lang::sys::MyThread:

acdk::lang::Thread acdk::lang::Object acdk::lang::Runnable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Public Member Functions

 MyThread (int val=0)
void run ()
 overload this method to implement working code for this thread


Public Attributes

int _value
bool _testfailed

Constructor & Destructor Documentation

tests::acdk::lang::sys::MyThread::MyThread int  val = 0  )  [inline]
 


Member Function Documentation

void tests::acdk::lang::sys::MyThread::run  )  [inline, virtual]
 

overload this method to implement working code for this thread

Reimplemented from acdk::lang::Thread.


Member Data Documentation

bool tests::acdk::lang::sys::MyThread::_testfailed
 

int tests::acdk::lang::sys::MyThread::_value