|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| FunctionAsyncExecInfo (MR::FunctorBase *, int, const char *) | |
| void | execute () |
| bool | isSame (const char *pStr) |
Public Attributes | |
| MR::FunctorBase * | mFunc |
| int | mPriority |
| const char * | _8 |
| bool | _C |
| OSMessageQueue | mQueue |
| OSMessage | mMessage |
Definition at line 9 of file FunctionAsyncExecutor.hpp.
| FunctionAsyncExecInfo::FunctionAsyncExecInfo | ( | MR::FunctorBase * | pFuncPtr, |
| int | a2, | ||
| const char * | a3 ) |
Definition at line 6 of file FunctionAsyncExecutor.cpp.
|
inline |
Definition at line 13 of file FunctionAsyncExecutor.hpp.
| FunctionAsyncExecInfo::~FunctionAsyncExecInfo | ( | ) |
Definition at line 14 of file FunctionAsyncExecutor.cpp.
| void FunctionAsyncExecInfo::execute | ( | ) |
Definition at line 18 of file FunctionAsyncExecutor.cpp.
|
inline |
Definition at line 21 of file FunctionAsyncExecutor.hpp.
| MR::FunctorBase* FunctionAsyncExecInfo::mFunc |
Definition at line 25 of file FunctionAsyncExecutor.hpp.
| int FunctionAsyncExecInfo::mPriority |
Definition at line 26 of file FunctionAsyncExecutor.hpp.
| const char* FunctionAsyncExecInfo::_8 |
Definition at line 27 of file FunctionAsyncExecutor.hpp.
| bool FunctionAsyncExecInfo::_C |
Definition at line 28 of file FunctionAsyncExecutor.hpp.
| OSMessageQueue FunctionAsyncExecInfo::mQueue |
Definition at line 29 of file FunctionAsyncExecutor.hpp.
| OSMessage FunctionAsyncExecInfo::mMessage |
Definition at line 30 of file FunctionAsyncExecutor.hpp.