MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / CreateMemberFunction3

Function CreateMemberFunction3

include/hx/DynamicImpl.h:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401
402
403HXCPP_EXTERN_CLASS_ATTRIBUTES
404Dynamic CreateMemberFunction3(const char *inName,hx::Object *inObj, MemberFunction3 inFunc)
405 { return new CMemberFunction3(inName,inObj,inFunc); }
406
407HXCPP_EXTERN_CLASS_ATTRIBUTES
408Dynamic CreateStaticFunction3(const char *inName,StaticFunction3 inFunc)

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected