Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
icl_core::logging::ThreadImplPosix Class Reference

#include <ThreadImplPosix.h>

Inheritance diagram for icl_core::logging::ThreadImplPosix:
Inheritance graph
[legend]

Public Member Functions

virtual void join ()
 
virtual bool start ()
 
 ThreadImplPosix (Thread *thread, icl_core::ThreadPriority priority)
 
virtual ~ThreadImplPosix ()
 
- Public Member Functions inherited from icl_core::logging::ThreadImpl
virtual ~ThreadImpl ()
 

Static Private Member Functions

static void * runThread (void *arg)
 

Private Attributes

icl_core::ThreadPriority m_priority
 
Threadm_thread
 
pthread_t m_thread_id
 

Additional Inherited Members

- Protected Member Functions inherited from icl_core::Noncopyable
 Noncopyable ()
 
virtual ~Noncopyable ()
 

Detailed Description

Definition at line 41 of file icl_core_logging/ThreadImplPosix.h.

Constructor & Destructor Documentation

icl_core::logging::ThreadImplPosix::ThreadImplPosix ( Thread thread,
icl_core::ThreadPriority  priority 
)

Definition at line 30 of file icl_core_logging/ThreadImplPosix.cpp.

icl_core::logging::ThreadImplPosix::~ThreadImplPosix ( )
virtual

Definition at line 36 of file icl_core_logging/ThreadImplPosix.cpp.

Member Function Documentation

void icl_core::logging::ThreadImplPosix::join ( )
virtual
void * icl_core::logging::ThreadImplPosix::runThread ( void *  arg)
staticprivate

Definition at line 54 of file icl_core_logging/ThreadImplPosix.cpp.

bool icl_core::logging::ThreadImplPosix::start ( )
virtual

Member Data Documentation

icl_core::ThreadPriority icl_core::logging::ThreadImplPosix::m_priority
private

Definition at line 55 of file icl_core_logging/ThreadImplPosix.h.

Thread* icl_core::logging::ThreadImplPosix::m_thread
private

Definition at line 54 of file icl_core_logging/ThreadImplPosix.h.

pthread_t icl_core::logging::ThreadImplPosix::m_thread_id
private

Definition at line 53 of file icl_core_logging/ThreadImplPosix.h.


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


fzi_icl_core
Author(s):
autogenerated on Mon Jun 10 2019 13:17:59