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

fastdelegate::FastDelegate< R(Param1) >

Engine/source/core/util/FastDelegate.h

More...

Public Types

FastDelegate1< Param1, R >
BaseType 
SelfType 

Public Functions

FastDelegate(const Y * pthis, R(X::*)(Param1 p1) const function_to_bind)
FastDelegate(R(*)(Param1 p1) function_to_bind)
FastDelegate(Y * pthis, R(X::*)(Param1 p1) function_to_bind)

Detailed Description

Public Types

typedef FastDelegate1< Param1, R > BaseType 
typedef FastDelegate SelfType 

Public Functions

FastDelegate()

FastDelegate(const Y * pthis, R(X::*)(Param1 p1) const function_to_bind)

FastDelegate(R(*)(Param1 p1) function_to_bind)

FastDelegate(Y * pthis, R(X::*)(Param1 p1) function_to_bind)

operator=(const BaseType & x)