Torque3D Documentation / _generateds / fastdelegate::FastDelegate< R(Param1, Param2, Param3) >

fastdelegate::FastDelegate< R(Param1, Param2, Param3) >

Engine/source/core/util/FastDelegate.h

More...

Public Types

FastDelegate3< Param1, Param2, Param3, R >
BaseType 
SelfType 

Public Functions

FastDelegate(const Y * pthis, R(X::*)(Param1 p1, Param2 p2, Param3 p3) const function_to_bind)
FastDelegate(R(*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)
FastDelegate(Y * pthis, R(X::*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)

Detailed Description

Public Types

typedef FastDelegate3< Param1, Param2, Param3, R > BaseType 
typedef FastDelegate SelfType 

Public Functions

FastDelegate()

FastDelegate(const Y * pthis, R(X::*)(Param1 p1, Param2 p2, Param3 p3) const function_to_bind)

FastDelegate(R(*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)

FastDelegate(Y * pthis, R(X::*)(Param1 p1, Param2 p2, Param3 p3) function_to_bind)

operator=(const BaseType & x)