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.
A function object provides a virtual inteface to a function.
class ReflectExport( reflect ) Function