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

Function CreateMemberFunction2

include/hx/DynamicImpl.h:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300
301
302HXCPP_EXTERN_CLASS_ATTRIBUTES
303Dynamic CreateMemberFunction2(const char *inName,hx::Object *inObj, MemberFunction2 inFunc)
304 { return new CMemberFunction2(inName,inObj,inFunc); }
305
306HXCPP_EXTERN_CLASS_ATTRIBUTES
307Dynamic CreateStaticFunction2(const char *inName,StaticFunction2 inFunc)

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected