ReflectionWrapper< T(*)(ARGS...)> Class Template Reference

#include <reflection_registration.h>

Public Types

using Ptr = T(*)(ARGS...)
 

Static Public Member Functions

static FunctionInfo GetInfo (const Char *name, Member::KIND kind, const Char *paramNames, Int64 inOut, Ptr fn, const Function **reflectionMethod)
 

Member Typedef Documentation

◆ Ptr

using Ptr = T(*)(ARGS...)

Member Function Documentation

◆ GetInfo()

static FunctionInfo GetInfo ( const Char name,
Member::KIND  kind,
const Char paramNames,
Int64  inOut,
Ptr  fn,
const Function **  reflectionMethod 
)
static