|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| FunctorV2M (T call, U callee, V arg_0, W arg_1) | |
| virtual void | operator() () const |
| virtual FunctorBase * | clone (JKRHeap *pHeap) const |
Public Attributes | |
| T | mCaller |
| U | mCallee |
| V | mArg0 |
| W | mArg1 |
Definition at line 65 of file Functor.hpp.
|
inline |
Definition at line 67 of file Functor.hpp.
|
inline |
Definition at line 74 of file Functor.hpp.
|
inlinevirtual |
Implements MR::FunctorBase.
Definition at line 78 of file Functor.hpp.
|
inlinevirtual |
Implements MR::FunctorBase.
Definition at line 82 of file Functor.hpp.
| T MR::FunctorV2M< T, U, V, W >::mCaller |
Definition at line 86 of file Functor.hpp.
| U MR::FunctorV2M< T, U, V, W >::mCallee |
Definition at line 87 of file Functor.hpp.
| V MR::FunctorV2M< T, U, V, W >::mArg0 |
Definition at line 88 of file Functor.hpp.
| W MR::FunctorV2M< T, U, V, W >::mArg1 |
Definition at line 89 of file Functor.hpp.