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

Function CreateMemberFunction5

include/hx/DynamicImpl.h:605–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603
604
605HXCPP_EXTERN_CLASS_ATTRIBUTES
606Dynamic CreateMemberFunction5(const char *inName,hx::Object *inObj, MemberFunction5 inFunc)
607 { return new CMemberFunction5(inName,inObj,inFunc); }
608
609HXCPP_EXTERN_CLASS_ATTRIBUTES
610Dynamic CreateStaticFunction5(const char *inName,StaticFunction5 inFunc)

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected