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

Function CreateStaticFunction1

include/hx/DynamicImpl.h:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 { return new CMemberFunction1(inName,inObj,inFunc); }
204
205HXCPP_EXTERN_CLASS_ATTRIBUTES
206Dynamic CreateStaticFunction1(const char *inName,StaticFunction1 inFunc)
207 { return new CStaticFunction1(inName,inFunc); }
208
209}
210

Callers 1

Dynamic.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected