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