![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <m_Do_dvd_thread.h>
Inheritance diagram for mDoDvdThd_callback_c:
Collaboration diagram for mDoDvdThd_callback_c:Public Member Functions | |
| virtual | ~mDoDvdThd_callback_c () |
| mDoDvdThd_callback_c (mDoDvdThd_callback_func, void *) | |
| virtual s32 | execute () |
Public Member Functions inherited from mDoDvdThd_command_c | |
| virtual | ~mDoDvdThd_command_c () |
| mDoDvdThd_command_c () | |
| s32 | sync () |
| void | destroy () |
Static Public Member Functions | |
| static mDoDvdThd_callback_c * | create (mDoDvdThd_callback_func, void *) |
Private Attributes | |
| mDoDvdThd_callback_func | mFunction |
| void * | mData |
| void * | mResult |
Additional Inherited Members | |
Public Attributes inherited from mDoDvdThd_command_c | |
| bool | mIsDone |
Public Attributes inherited from node_class | |
| struct node_class * | mpPrevNode |
| void * | mpData |
| struct node_class * | mpNextNode |
|
virtual |
| mDoDvdThd_callback_c::mDoDvdThd_callback_c | ( | mDoDvdThd_callback_func | pFunc, |
| void * | pData ) |
|
static |
|
virtual |
Implements mDoDvdThd_command_c.
|
private |
|
private |
|
private |