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

List of all members.

Public Member Functions

bool hasRun () const
 MutexTestThread (Mutex *mutex)
virtual void run ()
virtual ~MutexTestThread ()

Private Attributes

bool m_has_run
Mutexm_mutex

Detailed Description

Definition at line 34 of file ts_Mutex.cpp.


Constructor & Destructor Documentation

MutexTestThread::MutexTestThread ( Mutex mutex) [inline]

Definition at line 37 of file ts_Mutex.cpp.

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

Definition at line 44 of file ts_Mutex.cpp.


Member Function Documentation

bool MutexTestThread::hasRun ( ) const [inline]

Definition at line 57 of file ts_Mutex.cpp.

virtual void MutexTestThread::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 48 of file ts_Mutex.cpp.


Member Data Documentation

Definition at line 60 of file ts_Mutex.cpp.

Definition at line 61 of file ts_Mutex.cpp.


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


fzi_icl_core
Author(s):
autogenerated on Thu Jun 6 2019 20:22:26