OpenPolygon  1.0.0
OpenPolygon is a Rendering Engine
Public Member Functions | List of all members
Engine::Thread Class Referenceabstract

The Thread class. More...

#include <threadmanager.h>

Public Member Functions

void start ()
 start More...
 
void join ()
 join More...
 
virtual void process (void)=0
 process More...
 
void removeThreadPtr (void)
 removeThreadPtr More...
 

Detailed Description

The Thread class.

Thread a Basis Class

Member Function Documentation

void Thread::join ( )

join

Wait until this Process Thread is finish then return to main process (Sync)

virtual void Engine::Thread::process ( void  )
pure virtual

process

Thread Process

void Thread::removeThreadPtr ( void  )

removeThreadPtr

Remove the pointer from Memory only

  • dont destroy the thread process
void Thread::start ( )

start

Start Thread


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