HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Thread Class Referenceabstract

#include <IlmThread.h>

Public Member Functions

ILMTHREAD_EXPORT Thread ()
 
virtual ILMTHREAD_EXPORT ~Thread ()
 
ILMTHREAD_EXPORT void start ()
 
virtual void run ()=0
 
ILMTHREAD_EXPORT void join ()
 
ILMTHREAD_EXPORT bool joinable () const
 

Detailed Description

Definition at line 82 of file IlmThread.h.

Constructor & Destructor Documentation

ILMTHREAD_EXPORT Thread::Thread ( )
virtual ILMTHREAD_EXPORT Thread::~Thread ( )
virtual

Member Function Documentation

ILMTHREAD_EXPORT void Thread::join ( )
ILMTHREAD_EXPORT bool Thread::joinable ( ) const
virtual void Thread::run ( )
pure virtual
ILMTHREAD_EXPORT void Thread::start ( )

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