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

fastdelegate::FastDelegate< R() >

Engine/source/core/util/FastDelegate.h

More...

Public Types

BaseType 
SelfType 

Public Functions

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

Detailed Description

Public Types

typedef FastDelegate0< R > BaseType 
typedef FastDelegate SelfType 

Public Functions

FastDelegate()

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

FastDelegate(R(*)() function_to_bind)

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

operator=(const BaseType & x)