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