Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csRunnable Class Reference
Abstract interface for objects which can be run in a thread. More...
#include <csutil/thread.h>
Public Member Functions | |
virtual void | Run ()=0 |
Implement this method to allow your object to be run in a thread. | |
virtual void | IncRef ()=0 |
Increment reference count. | |
virtual void | DecRef ()=0 |
Decrement reference count. | |
virtual int | GetRefCount ()=0 |
Get reference count. |
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
|
Decrement reference count.
|
|
Get reference count.
|
|
Increment reference count.
|
|
Implement this method to allow your object to be run in a thread.
|
The documentation for this class was generated from the following file:
- csutil/thread.h
Generated for Crystal Space by doxygen 1.3.9.1