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

Function CreateMemberFunction0

include/hx/DynamicImpl.h:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100HXCPP_EXTERN_CLASS_ATTRIBUTES
101Dynamic CreateMemberFunction0(const char *inName,hx::Object *inObj, MemberFunction0 inFunc)
102 { return new CMemberFunction0(inName,inObj,inFunc); }
103
104HXCPP_EXTERN_CLASS_ATTRIBUTES
105Dynamic CreateStaticFunction0(const char *inName,StaticFunction0 inFunc)

Callers 2

next_dynMethod · 0.85
Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected