|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| FunctorV1M (T call, U callee, V arg_0) | |
| virtual void | operator() () const |
| virtual FunctorBase * | clone (JKRHeap *pHeap) const |
Public Attributes | |
| T | mCaller |
| U | mCallee |
| V | mArg0 |
Definition at line 39 of file Functor.hpp.
|
inline |
Definition at line 41 of file Functor.hpp.
|
inline |
Definition at line 47 of file Functor.hpp.
|
inlinevirtual |
Implements MR::FunctorBase.
Definition at line 51 of file Functor.hpp.
|
inlinevirtual |
Implements MR::FunctorBase.
Definition at line 55 of file Functor.hpp.
| T MR::FunctorV1M< T, U, V >::mCaller |
Definition at line 59 of file Functor.hpp.
| U MR::FunctorV1M< T, U, V >::mCallee |
Definition at line 60 of file Functor.hpp.
| V MR::FunctorV1M< T, U, V >::mArg0 |
Definition at line 61 of file Functor.hpp.