|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| FunctorV0M (T call, U callee) | |
| virtual void | operator() () const |
| virtual FunctorBase * | clone (JKRHeap *pHeap) const |
Public Attributes | |
| T | mCaller |
| U | mCallee |
Definition at line 15 of file Functor.hpp.
|
inline |
Definition at line 18 of file Functor.hpp.
|
inline |
Definition at line 22 of file Functor.hpp.
|
inlinevirtual |
Implements MR::FunctorBase.
Definition at line 26 of file Functor.hpp.
|
inlinevirtual |
Implements MR::FunctorBase.
Definition at line 30 of file Functor.hpp.
| T MR::FunctorV0M< T, U >::mCaller |
Definition at line 34 of file Functor.hpp.
| U MR::FunctorV0M< T, U >::mCallee |
Definition at line 35 of file Functor.hpp.