fastdelegate::FastDelegate< R(Param1, Param2) >
Engine/source/core/util/FastDelegate.h
Public Types
FastDelegate2< Param1, Param2, R >
BaseType
SelfType
Public Functions
FastDelegate(const Y * pthis, R(X::*)(Param1 p1, Param2 p2) const function_to_bind)
FastDelegate(R(*)(Param1 p1, Param2 p2) function_to_bind)
FastDelegate(Y * pthis, R(X::*)(Param1 p1, Param2 p2) function_to_bind)
Detailed Description
Public Types
typedef FastDelegate2< Param1, Param2, R > BaseType
typedef FastDelegate SelfType
Public Functions
FastDelegate()
FastDelegate(const Y * pthis, R(X::*)(Param1 p1, Param2 p2) const function_to_bind)
FastDelegate(R(*)(Param1 p1, Param2 p2) function_to_bind)
FastDelegate(Y * pthis, R(X::*)(Param1 p1, Param2 p2) function_to_bind)
operator=(const BaseType & x)