_EngineFunctionTrampoline< R(ArgTs...) >
Engine/source/console/engineAPI.h
Classes:
Private Types
typename Super::Args
ArgsType
typename Gens< sizeof...(ArgTs)>::type
SeqType
_EngineFunctionTrampolineBase< R(ArgTs...) >
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... > )
