Public Member Functions | Private Attributes
TestThread Class Reference
Inheritance diagram for TestThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

bool hasRun () const
virtual void run ()
 TestThread ()
virtual ~TestThread ()

Private Attributes

bool m_has_run

Detailed Description

Definition at line 28 of file ts_Thread.cpp.


Constructor & Destructor Documentation

TestThread::TestThread ( ) [inline]

Definition at line 31 of file ts_Thread.cpp.

virtual TestThread::~TestThread ( ) [inline, virtual]

Definition at line 36 of file ts_Thread.cpp.


Member Function Documentation

bool TestThread::hasRun ( ) const [inline]

Definition at line 44 of file ts_Thread.cpp.

virtual void TestThread::run ( ) [inline, virtual]

This is the function running in the thread. This has to be reimplemented from derived classes. If you start the thread by calling Start() this function is executed in the thread. If you call don't want that function to be executed in the thread you could call it directly in your derived class.

Implements icl_core::thread::Thread.

Definition at line 39 of file ts_Thread.cpp.


Member Data Documentation

bool TestThread::m_has_run [private]

Definition at line 47 of file ts_Thread.cpp.


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


fzi_icl_core
Author(s):
autogenerated on Tue Aug 8 2017 02:28:05