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

Public Member Functions

 FunctorV1M (T call, U callee, V arg_0)
 
virtual void operator() () const
 
virtual FunctorBaseclone (JKRHeap *pHeap) const
 

Public Attributes

mCaller
 
mCallee
 
mArg0
 

Detailed Description

template<typename T, typename U, typename V>
class MR::FunctorV1M< T, U, V >

Definition at line 39 of file Functor.hpp.

Constructor & Destructor Documentation

◆ FunctorV1M() [1/2]

template<typename T , typename U , typename V >
MR::FunctorV1M< T, U, V >::FunctorV1M ( T call,
U callee,
V arg_0 )
inline

Definition at line 41 of file Functor.hpp.

◆ FunctorV1M() [2/2]

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

Definition at line 47 of file Functor.hpp.

Member Function Documentation

◆ operator()()

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

Implements MR::FunctorBase.

Definition at line 51 of file Functor.hpp.

◆ clone()

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

Implements MR::FunctorBase.

Definition at line 55 of file Functor.hpp.

Member Data Documentation

◆ mCaller

template<typename T , typename U , typename V >
T MR::FunctorV1M< T, U, V >::mCaller

Definition at line 59 of file Functor.hpp.

◆ mCallee

template<typename T , typename U , typename V >
U MR::FunctorV1M< T, U, V >::mCallee

Definition at line 60 of file Functor.hpp.

◆ mArg0

template<typename T , typename U , typename V >
V MR::FunctorV1M< T, U, V >::mArg0

Definition at line 61 of file Functor.hpp.