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

#include <ThreadImplWin32.h>

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

Public Member Functions

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

Static Private Member Functions

static DWORD WINAPI runThread (void *arg)
 

Private Attributes

Threadm_thread
 
HANDLE m_thread_handle
 
unsigned long m_thread_id
 

Additional Inherited Members

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

Detailed Description

Definition at line 42 of file icl_core_logging/ThreadImplWin32.h.

Constructor & Destructor Documentation

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

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

icl_core::logging::ThreadImplWin32::~ThreadImplWin32 ( )
virtual

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

Member Function Documentation

void icl_core::logging::ThreadImplWin32::join ( )
virtual
DWORD WINAPI icl_core::logging::ThreadImplWin32::runThread ( void *  arg)
staticprivate

Definition at line 65 of file icl_core_logging/ThreadImplWin32.cpp.

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

Member Data Documentation

Thread* icl_core::logging::ThreadImplWin32::m_thread
private

Definition at line 56 of file icl_core_logging/ThreadImplWin32.h.

HANDLE icl_core::logging::ThreadImplWin32::m_thread_handle
private

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

unsigned long icl_core::logging::ThreadImplWin32::m_thread_id
private

Definition at line 55 of file icl_core_logging/ThreadImplWin32.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