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

Function CreateMemberFunction1

include/hx/DynamicImpl.h:201–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201HXCPP_EXTERN_CLASS_ATTRIBUTES
202Dynamic CreateMemberFunction1(const char *inName,hx::Object *inObj, MemberFunction1 inFunc)
203 { return new CMemberFunction1(inName,inObj,inFunc); }
204
205HXCPP_EXTERN_CLASS_ATTRIBUTES
206Dynamic CreateStaticFunction1(const char *inName,StaticFunction1 inFunc)

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected