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

Method CMemberFunction5

include/hx/DynamicImpl.h:528–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526
527
528 CMemberFunction5(const char *inName, hx::Object *inObj, MemberFunction5 inFunction)
529 {
530 mName = inName;
531 mThis = inObj;
532 mFunction = inFunction;
533 }
534 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
535 {
536 const CMemberFunction5 *other = dynamic_cast<const CMemberFunction5 *>(inRHS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected