PixelLightAPI  .
Public Member Functions
PLCore::ThreadFunction Class Reference

Abstract base class for thread functions ('Runnable'-interface if you come from Java :) More...

#include <ThreadFunction.h>

Inheritance diagram for PLCore::ThreadFunction:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLCORE_API ThreadFunction ()
 Constructor.
virtual PLCORE_API ~ThreadFunction ()
 Destructor.
virtual int Run ()=0
 Function to be executed.

Detailed Description

Abstract base class for thread functions ('Runnable'-interface if you come from Java :)


Constructor & Destructor Documentation

virtual PLCORE_API PLCore::ThreadFunction::~ThreadFunction ( ) [virtual]

Destructor.


Member Function Documentation

virtual int PLCore::ThreadFunction::Run ( ) [pure virtual]

Function to be executed.

Returns:
Return value after execution

Implemented in PLCore::Thread.


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:28
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported