CreateFunction

template<typename FunctionType> inline const function::Function *CreateFunction(
   const char *name,
   FunctionType func
)

Template method which generates a generic Function object from a native function pointer.

class ReflectExport(reflect) Function
A function object provides a virtual inteface to a function.
Close