The abstract base class for AsyncTask.
More...
#include "asyncTaskBase.h"
List of all members.
Public Member Functions |
|
virtual TypeHandle | force_init_type () |
|
virtual TypeHandle | get_type () const |
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
|
static void | init_type () |
Protected Member Functions |
| void | clear_task (Thread *current_thread) |
| | Indicates that this task is no longer running on the indicated thread.
|
| void | record_task (Thread *current_thread) |
| | Indicates that this task is now the current task running on the indicated thread, presumably the current thread.
|
Detailed Description
The abstract base class for AsyncTask.
This is defined here only so we can store a pointer to the current task on the Thread.
Definition at line 31 of file asyncTaskBase.h.
Member Function Documentation
| void AsyncTaskBase::clear_task |
( |
Thread * |
current_thread | ) |
[protected] |
| void AsyncTaskBase::record_task |
( |
Thread * |
current_thread | ) |
[protected] |
The documentation for this class was generated from the following files: