#include <reflection_registration.h>
公共成员函数 |
|
FunctionInfo () | |
FunctionInfo (const Char *n, Member::KIND k, const ParameterType &ret, const Block < const ParameterType > ¶mTypes, const Char *paramNames, Int64 inOut, void *nat, InvocationWrapper wrap) |
Public Attributes |
|
const Char * | name |
Member::KIND | kind |
ParameterType | returnType |
BaseArray < 参数 > | parameters |
void * | native |
InvocationWrapper | wrapper |
FunctionInfo | ( | ) |
FunctionInfo | ( | const Char * | n , |
Member::KIND | k , | ||
const ParameterType & | ret , | ||
const Block < const ParameterType > & | paramTypes , | ||
const Char * | paramNames , | ||
Int64 | inOut , | ||
void * | nat , | ||
InvocationWrapper | wrap | ||
) |
const Char * name |
Member::KIND kind |
ParameterType returnType |
BaseArray < 参数 > parameters |
void* native |
InvocationWrapper wrapper |