fastdelegate::FastDelegate3
Engine/source/core/util/FastDelegate.h
Private Types
detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr >
ClosureType
detail::DefaultVoidToVoid< RetType >::type
DesiredRetType
RetType(detail::GenericClass::*
GenericMemFn )(Param1 p1, Param2 p2, Param3 p3)
DesiredRetType(*
StaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3)
StaticFunctionPtr SafeBoolStruct::*
unspecified_bool_type
RetType(*
UnvoidStaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3)
Public Types
type
Private Attributes
Public Functions
FastDelegate3(const Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) const function_to_bind)
FastDelegate3(DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
FastDelegate3(Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
bool
empty()
bool
bool
operator!=(const FastDelegate3 & x)
bool
operator!=(StaticFunctionPtr funcptr)
RetType
operator()(Param1 p1, Param2 p2, Param3 p3)
bool
operator<(const FastDelegate3 & x)
operator=(const FastDelegate3 & x)
bool
operator==(const FastDelegate3 & x)
bool
operator==(StaticFunctionPtr funcptr)
bool
operator>(const FastDelegate3 & x)
SetMemento(const DelegateMemento & any)
Private Functions
RetType
InvokeStaticFunction(Param1 p1, Param2 p2, Param3 p3)
Detailed Description
Private Types
typedef detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr > ClosureType
typedef detail::DefaultVoidToVoid< RetType >::type DesiredRetType
typedef RetType(detail::GenericClass::* GenericMemFn )(Param1 p1, Param2 p2, Param3 p3)
typedef DesiredRetType(* StaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3)
typedef StaticFunctionPtr SafeBoolStruct::* unspecified_bool_type
typedef RetType(* UnvoidStaticFunctionPtr )(Param1 p1, Param2 p2, Param3 p3)
Public Types
typedef FastDelegate3 type
Private Attributes
ClosureType m_Closure
Public Functions
FastDelegate3()
FastDelegate3(const FastDelegate3 & x)
FastDelegate3(const Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) const function_to_bind)
FastDelegate3(DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
FastDelegate3(Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
bind(const Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) const function_to_bind)
bind(DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
bind(Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
clear()
empty()
GetMemento()
operator unspecified_bool_type()
operator!()
operator!=(const FastDelegate3 & x)
operator!=(StaticFunctionPtr funcptr)
operator()(Param1 p1, Param2 p2, Param3 p3)
operator<(const FastDelegate3 & x)
operator=(const FastDelegate3 & x)
operator=(DesiredRetType(*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
operator==(const FastDelegate3 & x)
operator==(StaticFunctionPtr funcptr)
operator>(const FastDelegate3 & x)
SetMemento(const DelegateMemento & any)