SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
MR::FunctorV0M< T, U > Class Template Reference
Inheritance diagram for MR::FunctorV0M< T, U >:
MR::FunctorBase

Public Member Functions

 FunctorV0M (T call, U callee)
 
virtual void operator() () const
 
virtual FunctorBaseclone (JKRHeap *pHeap) const
 

Public Attributes

mCaller
 
mCallee
 

Detailed Description

template<typename T, typename U>
class MR::FunctorV0M< T, U >

Definition at line 15 of file Functor.hpp.

Constructor & Destructor Documentation

◆ FunctorV0M() [1/2]

template<typename T , typename U >
MR::FunctorV0M< T, U >::FunctorV0M ( T call,
U callee )
inline

Definition at line 18 of file Functor.hpp.

◆ FunctorV0M() [2/2]

template<typename T , typename U >
MR::FunctorV0M< T, U >::FunctorV0M ( )
inline

Definition at line 22 of file Functor.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename U >
virtual void MR::FunctorV0M< T, U >::operator() ( ) const
inlinevirtual

Implements MR::FunctorBase.

Definition at line 26 of file Functor.hpp.

◆ clone()

template<typename T , typename U >
virtual FunctorBase * MR::FunctorV0M< T, U >::clone ( JKRHeap * pHeap) const
inlinevirtual

Implements MR::FunctorBase.

Definition at line 30 of file Functor.hpp.

Member Data Documentation

◆ mCaller

template<typename T , typename U >
T MR::FunctorV0M< T, U >::mCaller

Definition at line 34 of file Functor.hpp.

◆ mCallee

template<typename T , typename U >
U MR::FunctorV0M< T, U >::mCallee

Definition at line 35 of file Functor.hpp.