SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FunctionAsyncExecInfo Class Reference

Public Member Functions

 FunctionAsyncExecInfo (MR::FunctorBase *, int, const char *)
 
void execute ()
 
bool isSame (const char *pStr)
 

Public Attributes

MR::FunctorBasemFunc
 
int mPriority
 
const char * _8
 
bool _C
 
OSMessageQueue mQueue
 
OSMessage mMessage
 

Detailed Description

Definition at line 9 of file FunctionAsyncExecutor.hpp.

Constructor & Destructor Documentation

◆ FunctionAsyncExecInfo() [1/2]

FunctionAsyncExecInfo::FunctionAsyncExecInfo ( MR::FunctorBase * pFuncPtr,
int a2,
const char * a3 )

Definition at line 6 of file FunctionAsyncExecutor.cpp.

◆ FunctionAsyncExecInfo() [2/2]

FunctionAsyncExecInfo::FunctionAsyncExecInfo ( )
inline

Definition at line 13 of file FunctionAsyncExecutor.hpp.

◆ ~FunctionAsyncExecInfo()

FunctionAsyncExecInfo::~FunctionAsyncExecInfo ( )

Definition at line 14 of file FunctionAsyncExecutor.cpp.

Member Function Documentation

◆ execute()

void FunctionAsyncExecInfo::execute ( )

Definition at line 18 of file FunctionAsyncExecutor.cpp.

◆ isSame()

bool FunctionAsyncExecInfo::isSame ( const char * pStr)
inline

Definition at line 21 of file FunctionAsyncExecutor.hpp.

Member Data Documentation

◆ mFunc

MR::FunctorBase* FunctionAsyncExecInfo::mFunc

Definition at line 25 of file FunctionAsyncExecutor.hpp.

◆ mPriority

int FunctionAsyncExecInfo::mPriority

Definition at line 26 of file FunctionAsyncExecutor.hpp.

◆ _8

const char* FunctionAsyncExecInfo::_8

Definition at line 27 of file FunctionAsyncExecutor.hpp.

◆ _C

bool FunctionAsyncExecInfo::_C

Definition at line 28 of file FunctionAsyncExecutor.hpp.

◆ mQueue

OSMessageQueue FunctionAsyncExecInfo::mQueue

Definition at line 29 of file FunctionAsyncExecutor.hpp.

◆ mMessage

OSMessage FunctionAsyncExecInfo::mMessage

Definition at line 30 of file FunctionAsyncExecutor.hpp.