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

Method CStaticFunction0

include/hx/DynamicImpl.h:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71 CStaticFunction0(const char *inName,StaticFunction0 inFunction)
72 {
73 mName = inName;
74 mFunction = inFunction;
75 }
76 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
77 {
78 const CStaticFunction0 *other = dynamic_cast<const CStaticFunction0 *>(inRHS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected