Torque3D Documentation / _generateds / fastdelegate::FastDelegate0

fastdelegate::FastDelegate0

Engine/source/core/util/FastDelegate.h

More...

Private Types

detail::ClosurePtr< GenericMemFn, StaticFunctionPtr, UnvoidStaticFunctionPtr >
ClosureType 
DesiredRetType 
RetType(detail::GenericClass::*
GenericMemFn )()
DesiredRetType(*
StaticFunctionPtr )()
StaticFunctionPtr SafeBoolStruct::*
unspecified_bool_type 
RetType(*
UnvoidStaticFunctionPtr )()

Public Types

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)
bind(const Y * pthis, DesiredRetType(X::*)() const function_to_bind)
bind(DesiredRetType(*)() function_to_bind)
bind(Y * pthis, DesiredRetType(X::*)() function_to_bind)
bool
bool
bool
operator!=(StaticFunctionPtr funcptr)
RetType
operator=(DesiredRetType(*)() function_to_bind)
bool
operator==(StaticFunctionPtr funcptr)

Private Functions

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)

Private Functions

InvokeStaticFunction()