![]() |
Public API Reference |
#include <thread.h>
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... |
Objects which want to be run in a thread must implement this interface.
Definition at line 51 of file thread.h.
|
Decrement reference count.
|
|
Increment reference count.
|
|
Implement this interface and your implementation can be run in a thread.
|