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

Method CMemberFunction4

include/hx/DynamicImpl.h:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425
426
427 CMemberFunction4(const char *inName, hx::Object *inObj, MemberFunction4 inFunction)
428 {
429 mName = inName;
430 mThis = inObj;
431 mFunction = inFunction;
432 }
433 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE
434 {
435 const CMemberFunction4 *other = dynamic_cast<const CMemberFunction4 *>(inRHS);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected