CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csRunnable Class Reference

Abstract interface for objects which can be run in a thread. More...

#include <thread.h>

List of all members.

Public Methods

virtual void Run ()=0
 Implement this interface and your implementation can be run in a thread. More...

virtual void IncRef ()=0
 Increment reference count. More...

virtual void DecRef ()=0
 Decrement reference count. More...


Detailed Description

Abstract interface for objects which can be run in a thread.

Objects which want to be run in a thread must implement this interface.

Definition at line 51 of file thread.h.


Member Function Documentation

virtual void csRunnable::DecRef   [pure virtual]
 

Decrement reference count.

virtual void csRunnable::IncRef   [pure virtual]
 

Increment reference count.

virtual void csRunnable::Run   [pure virtual]
 

Implement this interface and your implementation can be run in a thread.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14