Torque3D Documentation / _generateds / _EngineFunctionTrampoline< R(ArgTs...) >

_EngineFunctionTrampoline< R(ArgTs...) >

Engine/source/console/engineAPI.h

More...

Classes:

Private Types

typename Super::Args
ArgsType 
typename Gens< sizeof...(ArgTs)>::type
SeqType 
Super 

Private Static Functions

R
dispatchHelper(typename Super::FunctionType fn, const ArgsType & args, Seq< I... > )

Public Static Functions

R
jmp(typename Super::FunctionType fn, const ArgsType & args)

Detailed Description

Private Types

typedef typename Super::Args ArgsType 
typedef typename Gens< sizeof...(ArgTs)>::type SeqType 
typedef _EngineFunctionTrampolineBase< R(ArgTs...) > Super 

Private Static Functions

dispatchHelper(typename Super::FunctionType fn, const ArgsType & args, Seq< I... > )

Public Static Functions

jmp(typename Super::FunctionType fn, const ArgsType & args)