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

Function CreateMemberFunction4

include/hx/DynamicImpl.h:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502
503
504HXCPP_EXTERN_CLASS_ATTRIBUTES
505Dynamic CreateMemberFunction4(const char *inName,hx::Object *inObj, MemberFunction4 inFunc)
506 { return new CMemberFunction4(inName,inObj,inFunc); }
507
508HXCPP_EXTERN_CLASS_ATTRIBUTES
509Dynamic CreateStaticFunction4(const char *inName,StaticFunction4 inFunc)

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected