fastdelegate::FastDelegate2
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)
DesiredRetType(*
StaticFunctionPtr )(Param1 p1, Param2 p2)
StaticFunctionPtr SafeBoolStruct::*
unspecified_bool_type
RetType(*
UnvoidStaticFunctionPtr )(Param1 p1, Param2 p2)
Public Types
type
Private Attributes
Public Functions
FastDelegate2(const Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2) const function_to_bind)
FastDelegate2(DesiredRetType(*)(Param1 p1, Param2 p2) function_to_bind)
FastDelegate2(Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2) function_to_bind)
bool
empty()
bool
bool
operator!=(const FastDelegate2 & x)
bool
operator!=(StaticFunctionPtr funcptr)
RetType
operator()(Param1 p1, Param2 p2)
bool
operator<(const FastDelegate2 & x)
operator=(const FastDelegate2 & x)
bool
operator==(const FastDelegate2 & x)
bool
operator==(StaticFunctionPtr funcptr)
bool
operator>(const FastDelegate2 & x)
SetMemento(const DelegateMemento & any)
Private Functions
RetType
InvokeStaticFunction(Param1 p1, Param2 p2)
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)
typedef DesiredRetType(* StaticFunctionPtr )(Param1 p1, Param2 p2)
typedef StaticFunctionPtr SafeBoolStruct::* unspecified_bool_type
typedef RetType(* UnvoidStaticFunctionPtr )(Param1 p1, Param2 p2)
Public Types
typedef FastDelegate2 type
Private Attributes
ClosureType m_Closure
Public Functions
FastDelegate2()
FastDelegate2(const FastDelegate2 & x)
FastDelegate2(const Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2) const function_to_bind)
FastDelegate2(DesiredRetType(*)(Param1 p1, Param2 p2) function_to_bind)
FastDelegate2(Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2) function_to_bind)
bind(const Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2) const function_to_bind)
bind(DesiredRetType(*)(Param1 p1, Param2 p2) function_to_bind)
bind(Y * pthis, DesiredRetType(X::*)(Param1 p1, Param2 p2) function_to_bind)
clear()
empty()
GetMemento()
operator unspecified_bool_type()
operator!()
operator!=(const FastDelegate2 & x)
operator!=(StaticFunctionPtr funcptr)
operator()(Param1 p1, Param2 p2)
operator<(const FastDelegate2 & x)
operator=(const FastDelegate2 & x)
operator=(DesiredRetType(*)(Param1 p1, Param2 p2) function_to_bind)
operator==(const FastDelegate2 & x)
operator==(StaticFunctionPtr funcptr)
operator>(const FastDelegate2 & x)
SetMemento(const DelegateMemento & any)